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

  /system/bt/bta/av/
bta_av_api.cc 385 tBTA_AV_STATE key_state) {
392 p_buf->msg.state = key_state;
412 tBTA_AV_STATE key_state, uint8_t* p_msg,
421 p_buf->msg.state = key_state;
bta_av_act.cc 891 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state;
904 av.remote_rsp.key_state = p_data->rc_msg.msg.pass.state;
    [all...]
  /system/bt/bta/include/
bta_av_api.h 358 tBTA_AV_STATE key_state; member in struct:__anon113048
369 tBTA_AV_STATE key_state; member in struct:__anon113049
662 tBTA_AV_STATE key_state);
676 tBTA_AV_STATE key_state, uint8_t* p_msg,
  /hardware/libhardware/include/hardware/
bt_rc.h 344 typedef void (* btrc_passthrough_cmd_callback) (int id, int key_state, RawAddress *bd_addr);
523 typedef void (* btrc_passthrough_rsp_callback) (RawAddress *bd_addr, int id, int key_state);
525 typedef void (* btrc_groupnavigation_rsp_callback) (int id, int key_state);
601 uint8_t key_state );
605 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 728 jint key_state) {
733 ALOGI("key_code: %d, key_state: %d", key_code, key_state);
742 (RawAddress*)addr, (uint8_t)key_code, (uint8_t)key_state);
754 jint key_state) {
759 ALOGI("key_code: %d, key_state: %d", key_code, key_state);
768 (RawAddress*)addr, (uint8_t)key_code, (uint8_t)key_state);
    [all...]
  /system/core/adb/
sysdeps_win32.cpp 1310 BYTE key_state[256] = {0}; local
    [all...]
  /system/bt/btif/src/
btif_rc.cc 707 * tBTA_AV_STATE key_state status of key press
734 if (p_remote_cmd->key_state == AVRC_STATE_PRESS) {
756 int pressed = (p_remote_cmd->key_state == AVRC_STATE_PRESS) ? 1 : 0;
791 const char* status = (p_remote_rsp->key_state == 1) ? "released" : "pressed";
798 p_remote_rsp->rc_id, p_remote_rsp->key_state);
823 int key_state; local
824 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) {
826 key_state = 1;
829 key_state = 0;
842 key_state);
    [all...]

Completed in 151 milliseconds