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

  /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
AudioHardwareGeneric.h 57 virtual status_t standby();
91 virtual status_t standby() { return NO_ERROR; } function in class:android_audio_legacy::AudioStreamInGeneric
AudioHardwareStub.cpp 135 status_t AudioStreamOutStub::standby() function in class:android_audio_legacy::AudioStreamOutStub
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();
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();
AudioHardwareGeneric.cpp 239 status_t AudioStreamOutGeneric::standby() function in class:android_audio_legacy::AudioStreamOutGeneric
241 // Implement: audio hardware to standby mode
  /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
AudioHardwareGeneric.cpp 236 status_t AudioStreamOutGeneric::standby() function in class:android_audio_legacy::AudioStreamOutGeneric
238 // Implement: audio hardware to standby mode
  /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/msm7k/libaudio-qdsp5v2/
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/libhardware/include/hardware/
audio.h 166 * Put the audio hardware input/output into standby mode.
167 * Driver should exit from standby mode at the next I/O operation.
170 int (*standby)(struct audio_stream *stream); member in struct:audio_stream
196 * The audio flinger will put the stream in standby and then change the
248 * the output has exited standby
  /hardware/msm7k/libaudio/
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...]
  /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/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/crespo/libaudio/
AudioHardware.cpp 264 // after placing the active input in standby
265 spIn->standby();
391 ALOGV("setMode() in call force output standby");
395 ALOGV("setMode() in call force input standby");
424 ALOGV("setMode() off call force output standby");
428 ALOGV("setMode() off call force input standby");
467 spIn->standby();
960 // return first input found not being in standby mode
1224 status_t AudioHardware::AudioStreamOutALSA::standby() function in class:android_audio_legacy::AudioHardware::AudioStreamOutALSA
1853 status_t AudioHardware::AudioStreamInALSA::standby() function in class:android_audio_legacy::AudioHardware::AudioStreamInALSA
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 1674 status_t AudioHardware::AudioStreamOutMSM72xx::standby() function in class:android::AudioHardware::AudioStreamOutMSM72xx
1912 status_t AudioHardware::AudioStreamInMSM72xx::standby() function in class:android::AudioHardware::AudioStreamInMSM72xx
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 716 @property(copy) NSString *standby; variable
    [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...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 274 // standby delay for MIXER and DUPLICATING playback threads is read from property
505 bool standby() const { return mStandby; } function in class:android::AudioFlinger::ThreadBase
682 // standby mode does not have an enum value
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 578 milliseconds