Searched refs:key_code (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | avrcp.rs | 309 key_code: u8, in send_pass_through_cmd() 312 ccall!(self, send_pass_through_cmd, &addr, key_code.into(), key_state.into()).into() in send_pass_through_cmd()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_controller.cpp | 801 jbyteArray address, jint key_code, in sendPassThroughCommandNative() argument 807 log::info("key_code: {}, key_state: {}", key_code, key_state); in sendPassThroughCommandNative() 818 rawAddress, (uint8_t)key_code, (uint8_t)key_state); in sendPassThroughCommandNative() 831 jint key_code, in sendGroupNavigationCommandNative() argument 837 log::info("key_code: {}, key_state: {}", key_code, key_state); in sendGroupNavigationCommandNative() 848 rawAddress, (uint8_t)key_code, (uint8_t)key_state); in sendGroupNavigationCommandNative()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_rc.h | 669 uint8_t key_code, uint8_t key_state); 673 uint8_t key_code, uint8_t key_state);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_rc.cc | 5196 uint8_t key_code, in send_groupnavigation_cmd() argument 5200 log::verbose("key-code: {}, key-state: {}", key_code, key_state); in send_groupnavigation_cmd() 5210 .command = {.passthru = {AVRC_ID_VENDOR, key_state, key_code}}}; in send_groupnavigation_cmd() 5217 UINT8_TO_BE_STREAM(start, key_code); in send_groupnavigation_cmd() 5224 key_code, key_state, p_transaction->label); in send_groupnavigation_cmd() 5228 key_code, key_state, tran_status); in send_groupnavigation_cmd() 5247 uint8_t key_code, uint8_t key_state) { in send_passthrough_cmd() argument 5256 log::verbose("key-code: {}, key-state: {}", key_code, key_state); in send_passthrough_cmd() 5262 .command = {.passthru = {AVRC_ID_VENDOR, key_state, key_code}}}; in send_passthrough_cmd() 5266 (tBTA_AV_RC)key_code, (tBTA_AV_STATE)key_state); in send_passthrough_cmd() [all …]
|