HomeSort by relevance Sort by last modified time
    Searched refs:standby (Results 1 - 25 of 35) sorted by null

1 2

  /hardware/libhardware/modules/usbaudio/
audio_hw.c 50 bool standby; member in struct:audio_device
58 bool standby; member in struct:stream_out
130 if (!out->standby) {
133 out->standby = true;
198 if (out->standby) {
203 out->standby = false;
267 out->stream.common.standby = out_standby;
285 out->standby = true;
  /hardware/libhardware_legacy/audio/
AudioHardwareStub.h 40 virtual status_t standby();
57 virtual status_t standby() { return NO_ERROR; } function in class:android_audio_legacy::AudioStreamInStub
AudioDumpInterface.cpp 117 dumpOut->standby();
179 dumpIn->standby();
303 status_t AudioStreamOutDump::standby() function in class:android::AudioStreamOutDump
305 ALOGV("AudioStreamOutDump standby(), mFile %p, mFinalStream %p", mFile, mFinalStream);
308 if (mFinalStream != 0 ) return mFinalStream->standby();
500 status_t AudioStreamInDump::standby() function in class:android::AudioStreamInDump
502 ALOGV("AudioStreamInDump standby(), mFile %p, mFinalStream %p", mFile, mFinalStream);
505 if (mFinalStream != 0 ) return mFinalStream->standby();
AudioDumpInterface.h 52 virtual status_t standby();
94 virtual status_t standby();
AudioHardwareGeneric.h 57 virtual status_t standby();
91 virtual status_t standby() { return NO_ERROR; } function in class:android_audio_legacy::AudioStreamInGeneric
A2dpAudioInterface.cpp 328 standby();
351 status_t A2dpAudioInterface::A2dpAudioStreamOut::standby() function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
362 ALOGV_IF(mClosing || !mBluetoothEnabled, "Standby skip stop: closing %d enabled %d",
395 standby();
466 standby();
A2dpAudioInterface.h 93 status_t standby();
AudioHardwareStub.cpp 135 status_t AudioStreamOutStub::standby() function in class:android_audio_legacy::AudioStreamOutStub
audio_hw_hal.cpp 171 return out->legacy_out->standby();
321 return in->legacy_in->standby();
518 out->stream.common.standby = out_standby;
581 in->stream.common.standby = in_standby;
  /hardware/qcom/audio/hal/
audio_hw.h 104 int standby; member in struct:stream_out
115 uint64_t written; /* total frames written, not cleared when entering standby */
139 int standby; member in struct:stream_in
audio_hw.c 504 adev->primary_output && !adev->primary_output->standby) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLObjectElement.idl 36 [Reflect] attribute DOMString standby;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 92 * Put the audio hardware output into standby mode. Returns
95 virtual status_t standby() = 0;
105 // The audio flinger will put the output in standby and then change the parameter value.
110 // the output has exited standby
161 * Put the audio hardware input into standby mode. Returns
164 virtual status_t standby() = 0;
171 // The audio flinger will put the input in standby and then change the parameter value.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
dpmsstr.h 118 CARD16 standby B16;
133 CARD16 standby B16;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
dpmsstr.h 118 CARD16 standby B16;
133 CARD16 standby B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
dpmsstr.h 118 CARD16 standby B16;
133 CARD16 standby B16;
  /device/asus/grouper/audio/
audio_hw.c 103 bool standby; member in struct:audio_device
119 bool standby; member in struct:stream_out
120 uint64_t written; /* total frames written, not cleared when entering standby */
139 bool standby; member in struct:stream_in
217 if (!out->standby) {
229 out->standby = true;
238 if (!in->standby) {
250 in->standby = true;
562 * If SCO is turned on/off, we need to put audio into standby
633 if (out->standby) {
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 154 bool standby; /* true if all PCMs are inactive */ member in struct:stream_out
164 uint64_t written; /* total frames written, not cleared when entering standby */
174 bool standby; member in struct:stream_in
693 } else if (adev->outputs[OUTPUT_HDMI] && !adev->outputs[OUTPUT_HDMI]->standby) {
954 if (other && (other != out) && !other->standby) {
971 if (!out->standby) {
978 out->standby = true;
981 /* force standby on low latency output stream so that it can reuse HDMI driver if
1039 /* Force standby if moving to/from SPDIF or if the output
1047 /* force output standby to start or stop SCO pcm stream if needed *
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 197 status_t (*standby)(alsa_handle_t *); member in struct:android_audio_legacy::alsa_device_t
322 virtual status_t standby();
333 // the output has exited standby
379 virtual status_t standby();
audio_hw_hal.cpp 193 return out->qcom_out->standby();
342 return in->qcom_in->standby();
538 out->stream.common.standby = out_standby;
587 out->stream.common.standby = out_standby;
652 in->stream.common.standby = in_standby;
AudioStreamOutALSA.cpp 335 status_t AudioStreamOutALSA::standby() function in class:android_audio_legacy::AudioStreamOutALSA
339 ALOGV("standby");
357 mHandle->module->standby(mHandle);
377 // the output has exited standby
  /hardware/libhardware/modules/audio/
audio_hw.c 237 out->stream.common.standby = out_standby;
346 in->stream.common.standby = in_standby;
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 392 static int suspend_audio_datapath(struct a2dp_stream_out *out, bool standby)
405 if (standby)
451 /* only allow autostarting if we are in stopped or standby */
475 ERROR("stream not in stopped or standby");
813 out->stream.common.standby = out_standby;
998 in->stream.common.standby = in_standby;
  /hardware/libhardware/include/hardware/
audio.h 188 * Put the audio hardware input/output into standby mode.
189 * Driver should exit from standby mode at the next I/O operation.
192 int (*standby)(struct audio_stream *stream); member in struct:audio_stream
218 * The audio flinger will put the stream in standby and then change the
293 * the output has exited standby
363 * The count is not reset to zero when output enters standby.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/src/com/android/ide/eclipse/adt/internal/
AdtIntro.java 52 public void standbyStateChanged(boolean standby) {

Completed in 564 milliseconds

1 2