Home
last modified time | relevance | path

Searched defs:PlayStatus (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/include/hardware/avrcp/
H A Davrcp.h45 struct PlayStatus { struct
46 uint32_t position;
47 uint32_t duration;
48 PlayState state;
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/helpers/
H A DPlayStatus.java26 public class PlayStatus { class
/aosp12/packages/apps/TV/src/com/android/tv/
H A DTimeShiftManager.java68 public @interface PlayStatus {} annotation in TimeShiftManager