HomeSort by relevance Sort by last modified time
    Searched refs:mStandby (Results 1 - 5 of 5) sorted by null

  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 226 mFd(-1), mStandby(true), mStartCount(0), mRetryCount(0), mData(NULL),
291 if (mStandby) {
293 mStandby = false;
362 if (!mStandby) {
369 mStandby = true;
A2dpAudioInterface.h 111 bool mStandby;
  /frameworks/av/services/audioflinger/
Threads.cpp 508 //FIXME: mStandby should be true here. Is this some kind of hack?
509 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
822 dprintf(fd, " Standby: %s\n", mStandby ? "yes" : "no");
    [all...]
Threads.h 287 // see note at declaration of mStandby, mOutDevice and mInDevice
288 bool standby() const { return mStandby; }
470 bool mStandby; // Whether thread is currently in standby.
    [all...]
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java 174 private boolean mStandby;
222 boolean disallowedByStandby = mStandby && mUseStandbyToExitVrMode;
302 mStandby = standby;
    [all...]

Completed in 145 milliseconds