Home
last modified time | relevance | path

Searched defs:rc_handle (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_bta_av_api.cc41 void BTA_AvCloseRc(uint8_t rc_handle) { mock_function_count_map[__func__]++; } in BTA_AvCloseRc()
49 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
53 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
85 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd()
89 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label, in BTA_AvRemoteVendorUniqueCmd()
98 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
102 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp()
/aosp12/system/bt/btif/test/
H A Dbtif_rc_test.cc63 void BTA_AvCloseRc(uint8_t rc_handle) {} in BTA_AvCloseRc()
64 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
66 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
68 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd()
70 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label, in BTA_AvRemoteVendorUniqueCmd()
73 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
75 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp()
/aosp12/system/bt/bta/av/
H A Dbta_av_api.cc397 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd()
424 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label, in BTA_AvRemoteVendorUniqueCmd()
456 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
491 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp()
546 void BTA_AvCloseRc(uint8_t rc_handle) { in BTA_AvCloseRc()
569 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
601 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
H A Dbta_av_act.cc99 uint8_t rc_handle; /* connected AVRCP handle */ in bta_av_del_rc() local
312 uint8_t rc_handle; in bta_av_rc_create() local
1885 uint8_t rc_handle; in bta_av_rc_disc_done() local
2194 uint8_t rc_handle; in bta_av_rc_disc() local
H A Dbta_av_int.h520 uint8_t rc_handle; /* connected AVRCP handle */ member
/aosp12/system/bt/bta/include/
H A Dbta_av_api.h232 uint8_t rc_handle; member
241 uint8_t rc_handle; member
247 uint8_t rc_handle; member
254 uint8_t rc_handle; member
260 uint8_t rc_handle; member
267 uint8_t rc_handle; member
274 uint8_t rc_handle; member
285 uint8_t rc_handle; member
296 uint8_t rc_handle; member
306 uint8_t rc_handle; member
/aosp12/frameworks/native/libs/vr/libpdx/fuzz/
H A Dmessage_fuzzer.cpp95 RemoteChannelHandle rc_handle = {}; in LLVMFuzzerTestOneInput() local
/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc189 uint8_t rc_handle; member
1248 static void send_reject_response(uint8_t rc_handle, uint8_t label, uint8_t pdu, in send_reject_response()