Lines Matching defs:key

3403                     onNewPlaybackInfoForRcc(msg.arg1 /* rccId */, msg.arg2 /* key */,
4296 // sanity check on the incoming key event
4298 Log.e(TAG, "not dispatching invalid media key event " + keyEvent);
4322 * @param keyEvent a non-null KeyEvent whose key code is one of the supported media buttons
4323 * @param needWakeLock true if a PARTIAL_WAKE_LOCK needs to be held while this key event
4346 * @param keyEvent a non-null KeyEvent whose key code is one of the supported media buttons
4347 * @param needWakeLock true if a PARTIAL_WAKE_LOCK needs to be held while this key event
4386 * The different actions performed in response to a voice button key event.
4397 * Filter key events that may be used for voice-based interactions
4398 * @param keyEvent a non-null KeyEvent whose key code is that of one of the supported
4400 * @param needWakeLock true if a PARTIAL_WAKE_LOCK needs to be held while this key event
4405 Log.v(TAG, "voice input key event: " + keyEvent + ", needWakeLock=" + needWakeLock);
4436 if (DEBUG_RC) Log.v(TAG, " ignore key event");
4444 if (DEBUG_RC) Log.v(TAG, " send simulated key event, wakelock=" + needWakeLock);
4488 * Checks whether the given key code is one that can trigger the launch of voice-based
4490 * @param keyCode the key code associated with the key event
4491 * @return true if the key is one of the supported voice-based interaction triggers
5431 private void onNewPlaybackInfoForRcc(int rccId, int key, int value) {
5433 ", what=" + key + ",val=" + value + ")");
5439 switch (key) {
5484 Log.e(TAG, "unhandled key " + key + " for RCC " + rccId);