/frameworks/av/services/audioflinger/ |
D | SpdifStreamOut.cpp | 111 int SpdifStreamOut::standby() in standby() function in android::SpdifStreamOut 114 return AudioStreamOut::standby(); in standby()
|
D | AudioStreamOut.cpp | 199 int AudioStreamOut::standby() in standby() function in android::AudioStreamOut 203 return stream->standby(); in standby()
|
D | AudioStreamOut.h | 102 virtual status_t standby();
|
D | SpdifStreamOut.h | 88 virtual status_t standby();
|
D | AudioFlinger.h | 574 virtual status_t standby() = 0; 676 virtual status_t standby(); 797 status_t standby() override { return stream->standby(); } in standby() function
|
D | RecordTracks.h | 206 status_t standby() override;
|
D | Threads.cpp | 4533 mOutput->standby(); in threadLoop_standby() 5435 mOutput->standby(); in checkForNewParameter_l() 5948 mOutput->standby(); in checkForNewParameter_l() 6666 if (playbackThread->standby() && !playbackThread->isSuspended()) { in outputsReady() 7465 status_t result = mSource->standby(); in inputStandBy() 8501 status_t AudioFlinger::MmapThreadHandle::standby() in standby() function in android::AudioFlinger::MmapThreadHandle 8503 return mThread->standby(); in standby() 8768 status_t AudioFlinger::MmapThread::standby() in standby() function in android::AudioFlinger::MmapThread 8778 mHalStream->standby(); in standby() 9108 mHalStream->standby(); in threadLoop_standby()
|
D | Threads.h | 317 bool standby() const { return mStandby; } in standby() function 1770 status_t standby();
|
D | Tracks.cpp | 1684 if (thread != 0 && !thread->standby()) { in write() 2587 stream->standby(); in obtainBuffer() 2640 status_t AudioFlinger::RecordThread::PassthruPatchRecord::standby() in standby() function in android::AudioFlinger::RecordThread::PassthruPatchRecord
|
/frameworks/base/core/proto/android/server/ |
D | jobscheduler.proto | 208 // How often we recalculate runnability based on apps' standby bucket 213 // Mapping: standby bucket -> number of heartbeats between each sweep of 243 // How much time each app will have to run jobs within their standby bucket window. 248 // The quota window size of the particular standby bucket. Apps in this standby bucket are 252 // The quota window size of the particular standby bucket. Apps in this standby bucket are 256 // The quota window size of the particular standby bucket. Apps in this standby bucket are 260 // The quota window size of the particular standby bucket. Apps in this standby bucket are 266 // The maximum number of jobs an app can run within this particular standby bucket's 269 // The maximum number of jobs an app can run within this particular standby bucket's 272 // The maximum number of jobs an app can run within this particular standby bucket's [all …]
|
D | forceappstandbytracker.proto | 32 // Whether all apps are forced standby or not. 62 // Whether force app standby for small battery device setting is enabled
|
/frameworks/base/core/java/android/service/vr/ |
D | IVrManager.aidl | 114 void setStandbyEnabled(boolean standby); in setStandbyEnabled() argument
|
/frameworks/base/core/java/android/app/ |
D | VrManager.java | 210 public void setStandbyEnabled(boolean standby) { in setStandbyEnabled() argument 212 mService.setStandbyEnabled(standby); in setStandbyEnabled()
|
/frameworks/av/include/media/ |
D | MmapStreamInterface.h | 138 virtual status_t standby() = 0;
|
/frameworks/av/media/libaudiohal/include/media/audiohal/ |
D | StreamHalInterface.h | 64 virtual status_t standby() = 0;
|
/frameworks/av/media/libaudiohal/impl/ |
D | StreamHalLocal.cpp | 101 status_t StreamHalLocal::standby() { in standby() function in android::CPP_VERSION::StreamHalLocal 102 return mStream->standby(mStream); in standby()
|
D | StreamHalLocal.h | 58 virtual status_t standby();
|
D | StreamHalHidl.h | 78 virtual status_t standby();
|
D | StreamHalHidl.cpp | 144 status_t StreamHalHidl::standby() { in standby() function in android::CPP_VERSION::StreamHalHidl 146 return processReturn("standby", mStream->standby()); in standby()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | HdmiCecLocalDeviceTest.java | 112 void standby() { in SetUp()
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | VrManagerService.java | 294 private void setStandbyEnabled(boolean standby) { in setStandbyEnabled() argument 300 mStandby = standby; in setStandbyEnabled() 619 public void setStandbyEnabled(boolean standby) { 621 VrManagerService.this.setStandbyEnabled(standby);
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDevice.java | 519 mService.standby(); in handleStandby() 530 mService.standby(); in handleUserControlPressed()
|
D | HdmiControlService.java | 2586 void standby() { in standby() method in HdmiControlService
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 825 // The standby bucket of the app that scheduled the job. These match the framework constants 5596 // Cell-standby
|