HomeSort by relevance Sort by last modified time
    Searched defs:playStatus (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 499 jint playStatus = (jint)item->player.play_status;
523 playerName.get(), featureBitArray.get(), playStatus,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpHelperClasses.java 203 private byte playStatus;
210 byte playStatus, short[] featureBitMask, @NonNull String packageName,
214 this.playStatus = playStatus;
225 return playStatus;
228 void setPlayStatus(byte playStatus) {
229 this.playStatus = playStatus;
320 sb.append(", Status = " + playStatus);
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 2189 milliseconds