OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:playStatus
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp
238
static jboolean getPlayStatusRspNative(JNIEnv *env, jobject object, jint
playStatus
,
245
if ((status = sBluetoothAvrcpInterface->get_play_status_rsp((btrc_play_status_t)
playStatus
,
320
jint type, jint
playStatus
) {
327
param.play_status = (btrc_play_status_t)
playStatus
;
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java
727
int
playStatus
= PLAYSTATUS_ERROR;
731
playStatus
= PLAYSTATUS_PLAYING;
736
playStatus
= PLAYSTATUS_STOPPED;
740
playStatus
= PLAYSTATUS_PAUSED;
745
playStatus
= PLAYSTATUS_FWD_SEEK;
750
playStatus
= PLAYSTATUS_REV_SEEK;
754
playStatus
= PLAYSTATUS_ERROR;
758
return
playStatus
;
[
all
...]
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
[
all
...]
Completed in 1511 milliseconds