Searched refs:key_code (Results 1 - 2 of 2) sorted by relevance

/system/extras/slideshow/
H A Dslideshow.cpp34 static int input_cb(int fd, unsigned int epevents, int *key_code) argument
38 *key_code = -1;
45 *key_code = ev.code;
87 int key_code = -1; local
114 std::placeholders::_2, &key_code)) == -1) {
131 if (key_code != -1) {
157 } while (key_code != KEY_POWER);
/system/bt/btif/src/
H A Dbtif_rc.cc5144 uint8_t key_code,
5148 BTIF_TRACE_DEBUG("%s: key-code: %d, key-state: %d", __func__, key_code,
5161 UINT8_TO_BE_STREAM(start, key_code);
5188 static bt_status_t send_passthrough_cmd(bt_bdaddr_t* bd_addr, uint8_t key_code,
5198 BTIF_TRACE_DEBUG("%s: key-code: %d, key-state: %d", __func__, key_code,
5204 (tBTA_AV_RC)key_code, (tBTA_AV_STATE)key_state);

Completed in 63 milliseconds