HomeSort by relevance Sort by last modified time
    Searched refs:key_state (Results 1 - 8 of 8) sorted by null

  /system/bt/bta/include/
bta_av_api.h 277 tBTA_AV_STATE key_state; member in struct:__anon1473
288 tBTA_AV_STATE key_state; member in struct:__anon1474
577 tBTA_AV_STATE key_state);
591 tBTA_AV_STATE key_state, uint8_t* p_msg,
  /system/bt/bta/av/
bta_av_api.cc 408 tBTA_AV_STATE key_state) {
415 p_buf->msg.state = key_state;
435 tBTA_AV_STATE key_state, uint8_t* p_msg,
444 p_buf->msg.state = key_state;
bta_av_act.cc 890 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state;
903 av.remote_rsp.key_state = p_data->rc_msg.msg.pass.state;
    [all...]
  /system/bt/include/hardware/
bt_rc.h 345 typedef void (*btrc_passthrough_cmd_callback)(int id, int key_state,
566 int key_state);
568 typedef void (*btrc_groupnavigation_rsp_callback)(int id, int key_state);
651 uint8_t key_code, uint8_t key_state);
655 uint8_t key_code, uint8_t key_state);
  /system/core/healthd/
healthd_mode_charger.cpp 85 struct key_state { struct
98 key_state keys[KEY_MAX + 1];
414 static void set_next_key_check(charger* charger, key_state* key, int64_t timeout) {
422 key_state* key = &charger->keys[code];
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 731 jint key_state) {
736 ALOGI("key_code: %d, key_state: %d", key_code, key_state);
747 rawAddress, (uint8_t)key_code, (uint8_t)key_state);
759 jint key_state) {
764 ALOGI("key_code: %d, key_state: %d", key_code, key_state);
775 rawAddress, (uint8_t)key_code, (uint8_t)key_state);
    [all...]
  /system/core/adb/
sysdeps_win32.cpp 1307 BYTE key_state[256] = {0}; local
    [all...]
  /system/bt/btif/src/
btif_rc.cc 723 * tBTA_AV_STATE key_state status of key press
749 if (p_remote_cmd->key_state == AVRC_STATE_PRESS) {
771 int pressed = (p_remote_cmd->key_state == AVRC_STATE_PRESS) ? 1 : 0;
805 const char* status = (p_remote_rsp->key_state == 1) ? "released" : "pressed";
814 p_remote_rsp->rc_id, p_remote_rsp->key_state));
839 int key_state; local
840 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) {
842 key_state = 1;
845 key_state = 0;
859 vendor_id, key_state));
    [all...]

Completed in 267 milliseconds