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 202 typedef void (* btrc_passthrough_cmd_callback) (int id, int key_state);
295 typedef void (* btrc_passthrough_rsp_callback) (int id, int key_state);
297 typedef void (* btrc_groupnavigation_rsp_callback) (int id, int key_state);
358 uint8_t key_state );
362 uint8_t key_state );
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 526 jint key_code, jint key_state) {
534 ALOGI("key_code: %d, key_state: %d", key_code, key_state);
543 (uint8_t)key_code, (uint8_t)key_state))!= BT_STATUS_SUCCESS) {
552 jint key_code, jint key_state) {
560 ALOGI("key_code: %d, key_state: %d", key_code, key_state);
569 (uint8_t)key_code, (uint8_t)key_state))!= BT_STATUS_SUCCESS) {
  /system/bt/bta/av/
bta_av_api.c 420 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state)
428 p_buf->msg.state = key_state;
448 tBTA_AV_STATE key_state, UINT8* p_msg,
459 p_buf->msg.state = key_state;
bta_av_act.c 927 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state;
941 av.remote_rsp.key_state = p_data->rc_msg.msg.pass.state;
    [all...]
  /system/bt/bta/include/
bta_av_api.h 376 tBTA_AV_STATE key_state; member in struct:__anon71924
388 tBTA_AV_STATE key_state; member in struct:__anon71925
712 tBTA_AV_STATE key_state);
725 void BTA_AvRemoteVendorUniqueCmd(UINT8 rc_handle, UINT8 label, 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/btif/src/
btif_rc.c 696 * tBTA_AV_STATE key_state status of key press
714 if (p_remote_cmd->key_state == AVRC_STATE_PRESS)
738 if (p_remote_cmd->key_state == AVRC_STATE_RELEASE) {
799 int key_state; local
800 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE)
803 key_state = 1;
808 key_state = 0;
815 HAL_CBACK(bt_rc_ctrl_callbacks, passthrough_rsp_cb, p_remote_rsp->rc_id, key_state);
842 int key_state; local
843 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE
    [all...]
  /system/core/adb/
sysdeps_win32.cpp 1440 BYTE key_state[256] = {0}; local
    [all...]

Completed in 352 milliseconds