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

1 2

  /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 LOGV("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 LOGV("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 LOGV_IF(mClosing || !mBluetoothEnabled, "Standby skip stop: closing %d enabled %d",
395 standby();
466 standby();
A2dpAudioInterface.h 93 status_t standby();
audio_hw_hal.cpp 107 return out->legacy_out->standby();
226 return in->legacy_in->standby();
420 out->stream.common.standby = out_standby;
480 in->stream.common.standby = in_standby;
AudioHardwareStub.cpp 135 status_t AudioStreamOutStub::standby() function in class:android_audio_legacy::AudioStreamOutStub
  /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
154 * Put the audio hardware input into standby mode. Returns
157 virtual status_t standby() = 0;
164 // The audio flinger will put the input in standby and then change the parameter value.
  /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;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
dpmsstr.h 118 CARD16 standby B16;
133 CARD16 standby B16;
  /external/bluetooth/bluez/audio/
android_audio_hw.c 73 bool standby; member in struct:astream_out
200 if (out->standby || !out->data)
203 LOGV_IF(!out->bt_enabled, "Standby skip stop: enabled %d", out->bt_enabled);
207 out->standby = true;
331 if (out->standby) {
333 out->standby = false;
448 out->stream.common.standby = out_standby;
  /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 LOGI("AudioHardware pcm playback is going to standby.");
  /hardware/msm7k/libaudio/
AudioHardware.h 176 virtual status_t standby();
216 virtual status_t standby();
AudioHardware.cpp 649 // return first input found not being in standby mode
783 status_t AudioHardware::AudioStreamOutMSM72xx::standby() function in class:android::AudioHardware::AudioStreamOutMSM72xx
1004 standby();
1029 standby();
1048 status_t AudioHardware::AudioStreamInMSM72xx::standby() function in class:android::AudioHardware::AudioStreamInMSM72xx
    [all...]
  /hardware/libhardware/include/hardware/
audio.h 113 * Put the audio hardware input/output into standby mode.
116 int (*standby)(struct audio_stream *stream); member in struct:audio_stream
134 * The audio flinger will put the stream in standby and then change the
183 * the output has exited standby
  /hardware/libhardware/modules/audio/
audio_hw.c 229 out->stream.common.standby = out_standby;
323 in->stream.common.standby = in_standby;
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 253 virtual status_t standby();
290 virtual status_t standby();
  /device/samsung/tuna/audio/
audio_hw.c 512 int standby; member in struct:tuna_stream_out
533 int standby; member in struct:tuna_stream_in
    [all...]

Completed in 1878 milliseconds

1 2