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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java 45 private static final String KEY_STATE = "activity-state";
58 mState = bundle.getInt(KEY_STATE);
65 saveState.putInt(KEY_STATE, mState);
StateManager.java 40 private static final String KEY_STATE = "bundle";
277 Bundle state = bundle.getBundle(KEY_STATE);
308 bundle.putBundle(KEY_STATE, state);
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
DndCondition.java 36 private static final String KEY_STATE = "state";
61 bundle.putInt(KEY_STATE, mZen);
68 mZen = bundle.getInt(KEY_STATE, Global.ZEN_MODE_OFF);
  /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) {
  /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 );
  /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/btif/src/
btif_rc.c 697 * tBTA_AV_STATE key_state status of key press
715 if (p_remote_cmd->key_state == AVRC_STATE_PRESS)
739 if (p_remote_cmd->key_state == AVRC_STATE_RELEASE) {
800 int key_state; local
801 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE)
804 key_state = 1;
809 key_state = 0;
816 HAL_CBACK(bt_rc_ctrl_callbacks, passthrough_rsp_cb, p_remote_rsp->rc_id, key_state);
843 int key_state; local
844 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE
    [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 67 private static String KEY_STATE = "state";
90 mState = (State) savedState.getSerializable(KEY_STATE);
484 savedState.putSerializable(KEY_STATE, mState);
  /system/bt/bta/include/
bta_av_api.h 376 tBTA_AV_STATE key_state; member in struct:__anon73453
388 tBTA_AV_STATE key_state; member in struct:__anon73454
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/core/adb/
sysdeps_win32.cpp 1440 BYTE key_state[256] = {0}; local
    [all...]

Completed in 2192 milliseconds