Home
last modified time | relevance | path

Searched defs:key_state (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/core/healthd/
H A Dhealthd_mode_charger.h34 struct key_state { struct
35 bool pending;
36 bool down;
37 int64_t timestamp;
/aosp12/system/bt/test/mock/
H A Dmock_bta_av_api.cc86 tBTA_AV_STATE key_state) { in BTA_AvRemoteCmd()
90 tBTA_AV_STATE key_state, uint8_t* p_msg, in BTA_AvRemoteVendorUniqueCmd()
/aosp12/system/bt/btif/test/
H A Dbtif_rc_test.cc69 tBTA_AV_STATE key_state) {} in BTA_AvRemoteCmd()
71 tBTA_AV_STATE key_state, uint8_t* p_msg, in BTA_AvRemoteVendorUniqueCmd()
/aosp12/system/bt/bta/av/
H A Dbta_av_api.cc398 tBTA_AV_STATE key_state) { in BTA_AvRemoteCmd()
425 tBTA_AV_STATE key_state, uint8_t* p_msg, in BTA_AvRemoteVendorUniqueCmd()
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothAvrcpTargetCallback.aidl34 void OnPassThroughCommand(String addr, int id, int key_state); in OnPassThroughCommand()
/aosp12/system/bt/service/
H A Davrcp_control.cc70 uint8_t key_state = key_pressed ? AVRC_STATE_PRESS : AVRC_STATE_RELEASE; in SendPassThroughCommand() local
H A Davrcp_target.cc360 void AvrcpTarget::PassthroughCmdCallback(int id, int key_state, in PassthroughCmdCallback()
/aosp12/system/bt/service/hal/
H A Dbluetooth_avrcp_interface.cc179 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()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_controller.cpp940 jint key_state) { in sendPassThroughCommandNative()
968 jint key_state) { in sendGroupNavigationCommandNative()
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_target_binder_server.cc304 const std::string& addr, int32_t id, int32_t key_state) { in OnPassThroughCommand()
/aosp12/system/bt/bta/include/
H A Dbta_av_api.h276 tBTA_AV_STATE key_state; member
287 tBTA_AV_STATE key_state; member
/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc897 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()
/aosp12/packages/modules/adb/
H A Dsysdeps_win32.cpp1615 BYTE key_state[256] = {0}; in _get_char_ignoring_modifier() local