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 136 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
  /hardware/qcom/audio/legacy/alsa_sound/
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
AudioStreamInALSA.cpp 573 status_t AudioStreamInALSA::standby() function in class:android_audio_legacy::AudioStreamInALSA
577 ALOGD("standby");
585 ALOGD("standby");
589 ALOGD(" into standby, stop record");
594 mHandle->module->standby(mHandle);
    [all...]
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();
  /device/asus/fugu/libaudio/
AudioStreamIn.cpp 140 status_t AudioStreamIn::standby() function in class:android::AudioStreamIn
AudioStreamOut.cpp 131 status_t AudioStreamOut::standby() function in class:android::AudioStreamOut
381 // reset on standby().
609 // If the stream is in standby, then the first write should bring it out
610 // of standby
760 DUMP("\tIn standby : %s\n", mInStandby? "yes" : "no");
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 120 bool standby; member in struct:audio_device
130 bool standby; member in struct:stream_out
365 ALOGV("%s enter standby = %d",__func__,out->standby);
370 if (!out->standby && activePcm) {
373 out->standby = true;
596 out->standby = true;
599 if (out->standby) {
604 out->standby = false;
747 out->stream.common.standby = out_standby
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 114 bool standby; member in struct:audio_device
130 bool standby; member in struct:stream_out
131 uint64_t written; /* total frames written, not cleared when entering standby */
151 bool standby; member in struct:stream_in
229 if (!out->standby) {
241 out->standby = true;
250 if (!in->standby) {
262 in->standby = true;
574 * If SCO is turned on/off, we need to put audio into standby
645 if (out->standby) {
    [all...]
  /hardware/libhardware/include/hardware/
audio.h 202 * Put the audio hardware input/output into standby mode.
203 * Driver should exit from standby mode at the next I/O operation.
206 int (*standby)(struct audio_stream *stream); member in struct:audio_stream
232 * The audio flinger will put the stream in standby and then change the
312 * the output has exited standby
382 * The count is not reset to zero when output enters standby.
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 71 bool standby; member in struct:audio_device
78 bool standby; member in struct:stream_out
100 bool standby; member in struct:stream_in
292 if (!out->standby) {
294 out->standby = true;
335 if (!out->standby)
398 if (out->standby) {
404 out->standby = false;
503 out->stream.common.standby = out_standby;
573 out->standby = true
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 126 int standby; member in struct:stream_out
137 uint64_t written; /* total frames written, not cleared when entering standby */
161 int standby; member in struct:stream_in
  /device/htc/flounder/audio/hal/
audio_hw.h 272 int standby; member in struct:stream_out
282 /* total frames written, not cleared when entering standby */
315 int standby; member in struct:stream_in
  /device/samsung/manta/audio/
audio_hw.c 163 bool standby; /* true if all PCMs are inactive */ member in struct:stream_out
173 uint64_t written; /* total frames written, not cleared when entering standby */
183 bool standby; member in struct:stream_in
714 } else if (adev->outputs[OUTPUT_HDMI] && !adev->outputs[OUTPUT_HDMI]->standby) {
979 if (other && (other != out) && !other->standby) {
998 if (!out->standby) {
1005 out->standby = true;
1008 /* force standby on low latency output stream so that it can reuse HDMI driver if
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 272 bool standby() const { return mStandby; } function in class:ThreadBase
419 // and read by other threads without lock or barrier via standby(), outDevice()
424 bool mStandby; // Whether thread is currently in standby.
457 // standby mode does not have an enum value
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDevice.java 205 * Returns true if the local device allows the system to be put to standby.
428 mService.standby();
439 mService.standby();
824 * Called when the system goes to standby mode.
827 * by the reception the CEC messages like <Standby>
836 * by the reception the CEC messages like <Standby>
    [all...]
HdmiControlService.java 1964 void standby() { method in class:HdmiControlService
    [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 555 milliseconds