HomeSort by relevance Sort by last modified time
    Searched refs:standby (Results 26 - 42 of 42) sorted by null

12

  /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/libhardware_legacy/audio/
audio_hw_hal.cpp 108 return out->legacy_out->standby();
236 return in->legacy_in->standby();
438 out->stream.common.standby = out_standby;
499 in->stream.common.standby = in_standby;
AudioHardwareStub.cpp 135 status_t AudioStreamOutStub::standby() function in class:android_audio_legacy::AudioStreamOutStub
AudioHardwareGeneric.cpp 239 status_t AudioStreamOutGeneric::standby() function in class:android_audio_legacy::AudioStreamOutGeneric
241 // Implement: audio hardware to standby mode
  /device/moto/wingray/libaudio/
AudioHardware.h 222 virtual status_t standby();
287 virtual status_t standby();
  /device/samsung/crespo/libaudio/
AudioHardware.h 232 virtual status_t standby();
295 virtual status_t standby();
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/libhardware/modules/audio/
audio_hw.c 237 out->stream.common.standby = out_standby;
337 in->stream.common.standby = in_standby;
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 253 virtual status_t standby();
290 virtual status_t standby();
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...]
  /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/generic/goldfish/audio/
AudioHardwareGeneric.cpp 236 status_t AudioStreamOutGeneric::standby() function in class:android_audio_legacy::AudioStreamOutGeneric
238 // Implement: audio hardware to standby mode
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 241 ALOGI("Using %u mSec as standby time.", int_val);
244 ALOGI("Using default %u mSec as standby time.",
342 "Standby Time mSec: %u\n",
    [all...]
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...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 716 @property(copy) NSString *standby; variable
    [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 528 milliseconds

12