HomeSort by relevance Sort by last modified time
    Searched refs:standby (Results 1 - 25 of 42) 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;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLObjectElement12.js 78 The standby attribute specifies a message to render while loading the
81 Retrieve the standby attribute of the first OBJECT element and examine
104 vstandby = testNode.standby;
object09.js 79 The value of attribute standby of the object element is read and checked against the expected value.
101 vstandby = testNode.standby;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLObjectElement12.js 78 The standby attribute specifies a message to render while loading the
81 Retrieve the standby attribute of the first OBJECT element and examine
104 vstandby = testNode.standby;
object09.js 79 The value of attribute standby of the object element is read and checked against the expected value.
101 vstandby = testNode.standby;
  /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();
  /device/asus/grouper/audio/
audio_hw.c 101 bool standby; member in struct:audio_device
117 bool standby; member in struct:stream_out
136 bool standby; member in struct:stream_in
210 if (!out->standby) {
222 out->standby = true;
231 if (!in->standby) {
243 in->standby = true;
552 * If SCO is turned on/off, we need to put audio into standby
624 if (out->standby) {
630 out->standby = false
    [all...]
  /device/generic/goldfish/audio/
AudioHardwareGeneric.h 56 virtual status_t standby();
90 virtual status_t standby() { return NO_ERROR; } function in class:android_audio_legacy::AudioStreamInGeneric
  /external/webkit/Source/WebCore/html/
HTMLObjectElement.idl 40 attribute [Reflect] 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;
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.h 114 virtual status_t standby();
AudioHardware.cpp 212 standby();
298 status_t AudioHardware::AudioStreamOutQ5V2::standby() function in class:android::AudioHardware::AudioStreamOutQ5V2
306 ALOGI("AudioHardware pcm playback is going to standby.");
  /external/bluetooth/bluez/audio/
android_audio_hw.c 98 bool standby; member in struct:astream_out
124 standby must wait for this flag to be cleared by write thread */
240 if (out->standby || !out->data)
243 out->standby = true;
253 ALOGV_IF(!out->bt_enabled, "Standby skip stop: enabled %d", out->bt_enabled);
420 if (out->standby) {
422 out->standby = false;
455 if (out->standby) {
504 if (out->standby) {
505 /* abort and clear all pending frames if standby requested *
    [all...]
  /hardware/msm7k/libaudio/
AudioHardware.h 176 virtual status_t standby();
216 virtual status_t standby();
  /device/moto/wingray/libaudio/
AudioHardware.cpp 212 // AudioStreamOutTegra destructor calls standby which locks
286 struct cpcap_audio_stream standby; local
290 enable ? "standby" : "online" );
300 standby.id = CPCAP_AUDIO_OUT_STANDBY;
301 standby.on = enable;
304 /* Flush the queued playback data. Putting the output in standby
312 if (::ioctl(mCpcapCtlFd, CPCAP_AUDIO_OUT_SET_OUTPUT, &standby) < 0) {
319 ALOGE("could not get current output device after standby: %s",
322 ALOGV("%s: after standby %s, output device %d is %s", __FUNCTION__,
326 standby.id = CPCAP_AUDIO_IN_STANDBY
1372 status_t AudioHardware::AudioStreamOutTegra::standby() function in class:android_audio_legacy::AudioHardware::AudioStreamOutTegra
1719 status_t AudioHardware::AudioStreamInTegra::standby() function in class:android_audio_legacy::AudioHardware::AudioStreamInTegra
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 676 int standby; member in struct:tuna_stream_out
715 int standby; member in struct:tuna_stream_in
    [all...]
  /device/ti/panda/audio/
audio_hw.c 608 int standby; member in struct:omap4_stream_out
630 int standby; member in struct:omap4_stream_in
    [all...]

Completed in 395 milliseconds

1 2