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

  /hardware/libhardware/include/hardware/
bt_rc.h 172 typedef void (* btrc_passthrough_cmd_callback) (int id, int key_state);
265 typedef void (* btrc_passthrough_rsp_callback) (int id, int key_state);
288 bt_status_t (*send_pass_through_cmd) ( bt_bdaddr_t *bd_addr, uint8_t key_code, uint8_t key_state );
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 161 jint key_code, jint key_state) {
169 ALOGI("key_code: %d, key_state: %d", key_code, key_state);
178 (uint8_t)key_code, (uint8_t)key_state))!= BT_STATUS_SUCCESS) {
  /system/bt/btif/src/
btif_rc.c 524 * tBTA_AV_STATE key_state status of key press
542 if (p_remote_cmd->key_state == AVRC_STATE_PRESS)
564 if (p_remote_cmd->key_state == AVRC_STATE_RELEASE) {
641 int key_state; local
642 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE)
645 key_state = 1;
650 key_state = 0;
657 HAL_CBACK(bt_rc_ctrl_callbacks, passthrough_rsp_cb, p_remote_rsp->rc_id, key_state);
808 BTIF_TRACE_DEBUG("rc_id:0x%x key_state:%d", p_data->remote_cmd.rc_id,
809 p_data->remote_cmd.key_state);
    [all...]
  /system/bt/bta/include/
bta_av_api.h 372 tBTA_AV_STATE key_state; member in struct:__anon68850
384 tBTA_AV_STATE key_state; member in struct:__anon68851
701 tBTA_AV_STATE key_state);
  /system/core/healthd/
healthd_mode_charger.cpp 80 struct key_state { struct
115 struct key_state keys[KEY_MAX + 1];
500 struct key_state *key,
511 struct key_state *key = &charger->keys[code];
  /system/bt/bta/av/
bta_av_api.c 404 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state)
413 p_buf->msg.state = key_state;
bta_av_act.c 917 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state;
930 av.remote_rsp.key_state = p_data->rc_msg.msg.pass.state;
    [all...]
  /system/core/adb/
sysdeps_win32.cpp 2291 BYTE key_state[256] = {0}; local
    [all...]

Completed in 162 milliseconds