Searched defs:key_state (Results 1 – 11 of 11) sorted by relevance
/system/core/healthd/ |
D | healthd_mode_charger.h | 34 struct key_state { struct 35 bool pending; 36 bool down; 37 int64_t timestamp;
|
/system/bt/test/mock/ |
D | mock_bta_av_api.cc | 86 tBTA_AV_STATE key_state) { in BTA_AvRemoteCmd() 90 tBTA_AV_STATE key_state, uint8_t* p_msg, in BTA_AvRemoteVendorUniqueCmd()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothAvrcpTargetCallback.aidl | 34 void OnPassThroughCommand(String addr, int id, int key_state); in OnPassThroughCommand()
|
/system/bt/bta/av/ |
D | bta_av_api.cc | 398 tBTA_AV_STATE key_state) { in BTA_AvRemoteCmd() 425 tBTA_AV_STATE key_state, uint8_t* p_msg, in BTA_AvRemoteVendorUniqueCmd()
|
/system/bt/btif/test/ |
D | btif_rc_test.cc | 69 tBTA_AV_STATE key_state) {} in BTA_AvRemoteCmd() 71 tBTA_AV_STATE key_state, uint8_t* p_msg, in BTA_AvRemoteVendorUniqueCmd()
|
/system/bt/service/ |
D | avrcp_control.cc | 70 uint8_t key_state = key_pressed ? AVRC_STATE_PRESS : AVRC_STATE_RELEASE; in SendPassThroughCommand() local
|
D | avrcp_target.cc | 360 void AvrcpTarget::PassthroughCmdCallback(int id, int key_state, in PassthroughCmdCallback()
|
/system/bt/service/hal/ |
D | bluetooth_avrcp_interface.cc | 179 void PassthroughCmdCallback(int id, int key_state, const RawAddress& bd_addr) { in PassthroughCmdCallback() 279 void PassthroughRspCallback(const RawAddress& bd_addr, int id, int key_state) { in PassthroughRspCallback() 288 void GroupnavigationRspCallback(int id, int key_state) { in GroupnavigationRspCallback() 695 int id, int key_state, const RawAddress& bd_addr) { in PassthroughCmdCallback()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_avrcp_target_binder_server.cc | 304 const std::string& addr, int32_t id, int32_t key_state) { in OnPassThroughCommand()
|
/system/bt/bta/include/ |
D | bta_av_api.h | 276 tBTA_AV_STATE key_state; member 287 tBTA_AV_STATE key_state; member
|
/system/bt/btif/src/ |
D | btif_rc.cc | 897 int key_state; in handle_rc_vendorunique_rsp() local 5232 uint8_t key_state) { in send_groupnavigation_cmd() 5276 uint8_t key_code, uint8_t key_state) { in send_passthrough_cmd()
|