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

  /frameworks/av/services/audioflinger/
SpdifStreamOut.cpp 110 int SpdifStreamOut::standby() function in class:android::SpdifStreamOut
113 return AudioStreamOut::standby();
AudioStreamOut.cpp 104 // Adjust for standby using HAL rate frames.
199 int AudioStreamOut::standby() function in class:android::AudioStreamOut
203 return stream->standby();
Threads.h 290 bool standby() const { return mStandby; } function in class:ThreadBase
510 // and read by other threads without lock or barrier via standby(), outDevice()
515 bool mStandby; // Whether thread is currently in standby.
    [all...]
Threads.cpp 149 // Offloaded output thread standby delay: allows track transition without going to standby
819 dprintf(fd, " Standby: %s\n", mStandby ? "yes" : "no");
8457 status_t AudioFlinger::MmapThreadHandle::standby() function in class:android::AudioFlinger::MmapThreadHandle
8725 status_t AudioFlinger::MmapThread::standby() function in class:android::AudioFlinger::MmapThread
    [all...]
  /device/generic/car/emulator/audio/driver/
audio_hw.h 58 bool standby; // Protected by this->lock member in struct:generic_stream_out
87 bool standby; // Protected by this->lock member in struct:generic_stream_in
  /frameworks/av/media/libaudiohal/impl/
StreamHalLocal.cpp 101 status_t StreamHalLocal::standby() { function in class:android::CPP_VERSION::StreamHalLocal
102 return mStream->standby(mStream);
StreamHalHidl.cpp 144 status_t StreamHalHidl::standby() { function in class:android::CPP_VERSION::StreamHalHidl
146 return processReturn("standby", mStream->standby());
    [all...]
  /device/linaro/poplar/audio/
audio_hw.c 81 int standby; member in struct:alsa_stream_out
164 if (!out->standby) {
168 out->standby = 1;
256 if (out->standby) {
262 out->standby = 0;
448 out->stream.common.standby = out_standby;
480 out->standby = 1;
599 in->stream.common.standby = in_standby;
  /device/linaro/hikey/audio/
audio_hw.c 115 int standby; member in struct:alsa_stream_out
326 if (!out->standby) {
330 out->standby = 1;
421 if (out->standby) {
432 out->standby = 0;
627 out->stream.common.standby = out_standby;
659 out->standby = 1;
778 in->stream.common.standby = in_standby;
  /device/generic/goldfish/audio/
audio_hw.c 181 bool standby; // Protected by this->lock member in struct:generic_stream_out
209 bool standby; // Protected by this->lock member in struct:generic_stream_in
316 if (out->standby) {
434 ALOGE("Out worker not in standby before exiting");
496 if (out->standby) {
543 if (out->standby) {
544 out->standby = false;
626 if (out->standby) {
645 out->standby = true;
853 if (in->standby) {
    [all...]
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hw.c 184 bool standby; // Protected by this->lock member in struct:generic_stream_out
212 bool standby; // Protected by this->lock member in struct:generic_stream_in
319 if (out->standby) {
437 ALOGE("Out worker not in standby before exiting");
499 if (out->standby) {
546 if (out->standby) {
547 out->standby = false;
629 if (out->standby) {
648 out->standby = true;
856 if (in->standby) {
    [all...]
  /external/autotest/client/bin/
utils.py 1150 def standby(): function
    [all...]

Completed in 255 milliseconds