summaryrefslogtreecommitdiff
path: root/android/system-emulator.c
Commit message (Collapse)AuthorAgeFilesLines
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- Apache-2.0 : 80 LGPL-2.1-or-later : 42 GPL-2.0-or-later : 9 License: Apache-2.0 android/bluetoothd-wrapper.c android/tester-hidhost.c android/tester-map-client.c android/hal-audio-aptx.c android/hal-audio.c android/hal-handsfree-client.c android/tester-gatt.c android/hal-pan.c android/hal-socket.c android/tester-hdp.c android/tester-pan.c android/tester-avrcp.c android/hal-a2dp-sink.c android/hal-gatt.c android/hal-avrcp.c android/tester-a2dp.c android/hal-audio.h android/hal-bluetooth.c android/tester-socket.c android/hal-health.c android/hal-a2dp.c android/hal-ipc.c android/hal-avrcp-ctrl.c android/hal-sco.c android/hal-ipc.h android/tester-main.c android/hal-audio-sbc.c android/hal-utils.c android/hal-map-client.c android/hal-handsfree.c android/hal-log.h android/hal.h android/hal-utils.h android/tester-bluetooth.c android/hal-hidhost.c android/audio_utils/resampler.h android/audio_utils/resampler.c android/system/audio.h android/hardware/bt_sock.h android/hardware/bt_gatt_client.h android/hardware/bt_hh.h android/hardware/bluetooth.h android/hardware/hardware.h android/hardware/bt_hf_client.h android/hardware/bt_rc.h android/hardware/bt_hf.h android/hardware/bt_pan.h android/hardware/bt_gatt_types.h android/hardware/hardware.c android/hardware/audio_effect.h android/hardware/audio.h android/hardware/bt_gatt_server.h android/hardware/bt_gatt.h android/hardware/bt_hl.h android/hardware/bt_mce.h android/hardware/bt_av.h android/client/if-hh.c android/client/if-sco.c android/client/pollhandler.h android/client/haltest.c android/client/tabcompletion.c android/client/if-hf-client.c android/client/history.h android/client/if-audio.c android/client/terminal.h android/client/if-av.c android/client/if-main.h android/client/if-av-sink.c android/client/terminal.c android/client/if-mce.c android/client/if-hf.c android/client/pollhandler.c android/client/if-sock.c android/client/if-rc-ctrl.c android/client/if-rc.c android/client/history.c android/client/if-pan.c android/client/if-gatt.c android/client/if-bt.c android/client/if-hl.c License: LGPL-2.1-or-later android/sco.h android/socket.c android/tester-main.h android/hidhost.h android/map-client.h android/utils.h android/hal-msg.h android/health.h android/avrcp-lib.c android/bluetoothd-snoop.c android/a2dp.c android/bluetooth.h android/a2dp-sink.c android/handsfree-client.c android/audio-msg.h android/main.c android/pan.c android/ipc-tester.c android/health.c android/socket.h android/handsfree.h android/avrcp-lib.h android/a2dp-sink.h android/system-emulator.c android/gatt.c android/avrcp.h android/pan.h android/test-ipc.c android/hidhost.c android/a2dp.h android/avrcp.c android/sco-msg.h android/bluetooth.c android/map-client.c android/handsfree-client.h android/ipc.c android/handsfree.c android/gatt.h android/ipc.h android/ipc-common.h android/compat/wordexp.h android/cutils/properties.h License: GPL-2.0-or-later android/avdtp.h android/avctp.c android/avdtptest.c android/sco.c android/log.c android/avdtp.c android/avctp.h android/compat/readline/history.h android/compat/readline/readline.h
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
|
* shared/mainloop: Remove mainloop_set_signalLuiz Augusto von Dentz2018-12-051-9/+1
| | | | | This removes mainloop_set_signal and replaces it usage with mainloop_run_with_signal.
* android: Fix a few compiler warningsMarcel Holtmann2018-05-241-2/+2
|
* android: Define WAIT_ANY if it is missingMarcel Holtmann2015-03-081-0/+4
|
* android: Include <poll.h> instead of <sys/poll.h>Marcel Holtmann2015-03-081-1/+1
|
* shared: Move mainloop implementation from monitor to sharedJohan Hedberg2015-02-121-1/+1
|
* android: Fix usage of PATH_MAXJohan Hedberg2014-07-111-3/+3
| | | | | PATH_MAX already contains the terminating null so there's no need to +1 to it.
* android/system-emulator: Allow to run daemon without valgrindSzymon Janc2014-06-171-6/+29
| | | | | If valgrind is not present on system start bluetoothd directly instead of failing silently.
* android/system-emulator: Pass --track-origin=yes to valgrindLuiz Augusto von Dentz2014-04-101-4/+5
| | | | | | | | | | This adds --track-origin=yes option: "Controls whether Memcheck tracks the origin of uninitialised values. By default, it does not, which means that although it can tell you that an uninitialised value is being used in a dangerous way, it cannot tell you where the uninitialised value came from. This often makes it difficult to track down the root problem."
* android/system-emulator: Enable bluetoothd debug logsSzymon Janc2014-03-111-2/+3
|
* android: Add --leak-check=full option to valgrin in system-emulatorSzymon Janc2014-02-221-3/+4
|
* android: Update copyright and license detailsMarcel Holtmann2014-02-111-10/+10
|
* android/system-emulator: Update property used for start/stop servicesSzymon Janc2014-01-171-3/+3
|
* android/system-emulator: Remove useless "static" qualifierAnderson Lizardo2014-01-061-2/+1
| | | | | | The value of SYSTEM_SOCKET_PATH is just copied to another memory location using memcpy() (on the same function), therefore the static qualifier is unnecessary.
* android/system-emulator: Add support for bluetoothd-snoop serviceSzymon Janc2014-01-011-5/+56
| | | | This allows to test bluetoothd-snoop service on Linux host.
* android: Add comment why umask() is needed in system-emulatorSzymon Janc2013-12-231-0/+1
|
* android: Set umask in system-emulatorSzymon Janc2013-12-201-0/+4
| | | | | | This will make sure files are created with proper permissions so Android daemon doesn't have to handle that. On Android umask is set by init.
* android: Make system-emulator start daemon only onceMarcel Holtmann2013-11-011-0/+3
|
* android: Run through valgrind with the system-emulatorMarcel Holtmann2013-11-011-2/+11
|
* android: Monitor child process terminationMarcel Holtmann2013-10-311-0/+38
|
* android: Add system-emulator for wrapping daemon startMarcel Holtmann2013-10-311-0/+123