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

  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 225 mFd(-1), mStandby(true), mStartCount(0), mRetryCount(0), mData(NULL),
290 if (mStandby) {
292 mStandby = false;
361 if (!mStandby) {
368 mStandby = true;
A2dpAudioInterface.h 111 bool mStandby;
  /frameworks/av/services/audioflinger/
Threads.cpp 275 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
423 snprintf(buffer, SIZE, "standby: %d\n", mStandby);
    [all...]
Threads.h 145 // see note at declaration of mStandby, mOutDevice and mInDevice
146 bool standby() const { return mStandby; }
308 bool mStandby; // Whether thread is currently in standby.
    [all...]

Completed in 1877 milliseconds