summaryrefslogtreecommitdiff
path: root/android/avrcp-lib.h
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
* android/avrcp-lib: Use void pointer in register_notificationSzymon Janc2015-04-161-1/+1
| | | | | | In this callback params vary depending on code. Passing those as void* allows to avoid extra memcpy that would be otherwise needed to avoid warnings due to increased alignment when casting.
* android/avrcp: Move SDP features defines to common headerSzymon Janc2015-03-251-0/+10
| | | | | Those will be used also by linux implementation so no need to duplicate them.
* unit/test-avrcp: Add /TP/MCN/NP/BV-07-C testLuiz Augusto von Dentz2014-10-161-0/+1
| | | | Verify the NowPlayingContentChanged Notification issued by the TG.
* android/avrcp-lib: Add status parameterLuiz Augusto von Dentz2014-10-161-7/+9
| | | | | | This adds status parameter for functions generating browsing reponses as it may not be possible to respond synchronously using the return of the callback while processing the request.
* unit/test-avrcp: Add /TP/MCN/CB/BI-05-C testLuiz Augusto von Dentz2014-10-101-2/+3
| | | | | Verify the TG issues an error when receiving a command for an invalid UID_counter.
* android/avrcp-lib: Add support for SetBrowsedPlayer PDULuiz Augusto von Dentz2014-10-101-0/+6
|
* android/avrcp-lib: Add RegisterNotification structsLuiz Augusto von Dentz2014-10-061-2/+2
|
* android/avrcp-lib: Add SetPlayerApplicationSettingValue structsLuiz Augusto von Dentz2014-10-061-1/+1
|
* android/avrcp-lib: Add support for SetAbsoluteVolume PDULuiz Augusto von Dentz2014-05-191-0/+4
|
* android/avrcp-lib: Fix parsing of SetPlayerApplicationSettingValueLuiz Augusto von Dentz2014-05-051-3/+1
| | | | | SetPlayerApplicationSettingValue do not return any parameter in case of success.
* android/avrcp: Add avrcp_set_player_value_rsp functionLuiz Augusto von Dentz2014-04-301-0/+1
| | | | This function can be used to generate SetPlayerValue responses.
* android/avrcp-lib: Add support for parsing AddToNowPlaying PDULuiz Augusto von Dentz2014-04-251-0/+4
|
* android/avrcp: Add avrcp_add_to_now_playing functionLuiz Augusto von Dentz2014-04-251-0/+4
|
* android/avrcp-lib: Add support for parsing Search PDULuiz Augusto von Dentz2014-04-251-0/+4
|
* android/avrcp-lib: Add support for parsing PlayItem PDULuiz Augusto von Dentz2014-04-251-0/+4
|
* android/avrcp: Add avrcp_play_item functionLuiz Augusto von Dentz2014-04-251-0/+3
|
* android/avrcp-lib: Add support for parsing GetItemAttributes PDULuiz Augusto von Dentz2014-04-251-0/+7
|
* android/avrcp-lib: Add support for parsing ChangePath PDULuiz Augusto von Dentz2014-04-251-0/+5
|
* android/avrcp-lib: Add support for parsing GetFolderItems PDULuiz Augusto von Dentz2014-04-251-0/+9
|
* android/avrcp-lib: Add initial code for handling browsing PDUsLuiz Augusto von Dentz2014-04-251-0/+3
|
* android/avrcp-lib: Make avrcp_control_handler internalLuiz Augusto von Dentz2014-04-151-8/+0
| | | | This is no longer needed in the by the public API.
* android/avctp: Make avctp_send_vendor to take struct iovecLuiz Augusto von Dentz2014-04-151-1/+1
| | | | This makes it possible to pass data without copying.
* android/avrcp-lib: Add support for parsing SetAbsoluteVolume responseLuiz Augusto von Dentz2014-04-071-2/+3
|
* android/avrcp-lib: Remove unused defineLuiz Augusto von Dentz2014-04-021-3/+0
|
* android/avrcp: Add avrcp_search functionLuiz Augusto von Dentz2014-04-021-0/+3
|
* android/avrcp: Add avrcp_get_item_attributes() functionLuiz Augusto von Dentz2014-04-021-0/+6
|
* android/avrcp: Add avrcp_change_path() functionLuiz Augusto von Dentz2014-04-021-0/+4
|
* android/avrcp: Add avrcp_get_folder_items() functionLuiz Augusto von Dentz2014-04-021-0/+12
|
* android/avrcp: Add avrcp_set_browsed_player() functionLuiz Augusto von Dentz2014-04-021-0/+4
|
* android/avrcp: Add avrcp_connect_browsing()Andrei Emeltchenko2014-04-021-0/+2
| | | | Add support for browsing channel
* android/avrcp-lib: Add support for parsing SetAddressed responseLuiz Augusto von Dentz2014-04-021-2/+3
|
* android/avrcp-lib: Add support for parsing RegisterNotification responseLuiz Augusto von Dentz2014-03-311-2/+4
|
* android/avrcp-lib: Add support for parsing GetElementAttributes responseLuiz Augusto von Dentz2014-03-311-2/+4
|
* android/avrcp-lib: Add support for parsing GetPlayStatus responseLuiz Augusto von Dentz2014-03-311-2/+4
|
* android/avrcp-lib: Add support for parsing SetPlayerValue responseLuiz Augusto von Dentz2014-03-311-3/+5
|
* android/avrcp-lib: Add support for parsing GetCurrentPlayerValue responseLuiz Augusto von Dentz2014-03-311-3/+5
|
* android/avrcp-lib: Add support for parsing GetPlayerValueText responseLuiz Augusto von Dentz2014-03-311-0/+3
|
* android/avrcp-lib: Add avrcp_get_player_value_textLuiz Augusto von Dentz2014-03-311-0/+2
| | | | This function can be used to send GetPlayerValueText command PDUs.
* android/avrcp-lib: Add support for parsing ListPlayerValues responseLuiz Augusto von Dentz2014-03-311-0/+3
|
* android/avrcp-lib: Add avrcp_list_player_valuesLuiz Augusto von Dentz2014-03-311-0/+1
| | | | This function can be used to send ListPlayerValues command PDUs.
* android/avrcp-lib: Add support for parsing GetPlayerAttributeText responseLuiz Augusto von Dentz2014-03-311-3/+5
|
* android/avrcp-lib: Add support for parsing ListPlayerAttributes responseLuiz Augusto von Dentz2014-03-311-2/+4
|
* android/avrcp-lib: Add support for parsing GetCapabilities responseLuiz Augusto von Dentz2014-03-311-2/+4
|
* android/avrcp-lib: Make unused public function privateLuiz Augusto von Dentz2014-03-181-15/+0
|
* android/avrcp-lib: Add avrcp_get_capabilities_rsp functionLuiz Augusto von Dentz2014-03-181-0/+2
| | | | This function can be used to generate GetCapabilities response PDUs.
* android/avrcp-lib: Add avrcp_get_current_player_value_rsp functionLuiz Augusto von Dentz2014-03-181-0/+3
| | | | | This function can be used to generate GetCurrentPlayerValue response PDUs.
* android/avrcp-lib: Add avrcp_get_player_values_text_rsp functionLuiz Augusto von Dentz2014-03-181-0/+3
| | | | This function can be used to generate GetPlayerValuesText response PDUs.
* android/avrcp-lib: Add avrcp_list_player_values_rsp functionLuiz Augusto von Dentz2014-03-181-0/+2
| | | | This function can be used to generate ListPlayerValues response PDUs.
* android/avrcp-lib: Add avrcp_get_player_attribute_text_rsp functionLuiz Augusto von Dentz2014-03-181-0/+3
| | | | | This function can be used to generate GetPlayerAttributeText response PDUs.