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

1 2 3

  /hardware/libhardware_legacy/power/
power_qemu.c 25 qemu_control_command( "power:screen_state:%s", on ? "wake" : "standby" );
power.c 103 off_state = "standby";
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 85 * Put the audio hardware output into standby mode. Returns
88 virtual status_t standby() = 0;
98 // The audio flinger will put the output in standby and then change the parameter value.
103 // the output has exited standby
147 * Put the audio hardware input into standby mode. Returns
150 virtual status_t standby() = 0;
157 // The audio flinger will put the input in standby and then change the parameter value.
  /frameworks/base/services/audioflinger/
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();
AudioHardwareStub.h 40 virtual status_t standby();
57 virtual status_t standby() { return NO_ERROR; } function in class:android::AudioStreamInStub
A2dpAudioInterface.cpp 266 standby();
325 status_t A2dpAudioInterface::A2dpAudioStreamOut::standby() function in class:android::A2dpAudioInterface::A2dpAudioStreamOut
330 LOGV("Ignore standby, closing");
434 standby();
AudioHardwareGeneric.h 54 virtual status_t standby();
88 virtual status_t standby() { return NO_ERROR; } function in class:android::AudioStreamInGeneric
A2dpAudioInterface.h 92 status_t 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;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
apm_bios.h 120 #define APM_CAP_RESUME_STANDBY_TIMER 0x0004 /* Timer resume from standby */
122 #define APM_CAP_RESUME_STANDBY_RING 0x0010 /* Resume on Ring fr standby */
  /external/webkit/WebCore/html/
HTMLObjectElement.idl 41 attribute [ConvertNullToNullString, Reflect] DOMString standby;
HTMLAttributeNames.in 252 standby
  /hardware/msm7k/libaudio-qdsp5v2/
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.");
AudioHardware.h 114 virtual status_t standby();
  /external/kernel-headers/original/linux/
apm_bios.h 203 #define APM_CAP_RESUME_STANDBY_TIMER 0x0004 /* Timer resume from standby */
205 #define APM_CAP_RESUME_STANDBY_RING 0x0010 /* Resume on Ring fr standby */
  /external/libnfc-nxp/inc/
nfc_custom_config.h 139 0x01U -> PN544 goes in standby when possible otherwise
143 0x03U -> PN544 goes in standby when possible otherwise goes in idle mode
phNfcConfig.h 129 0x01U -> PN544 goes in standby when possible otherwise
133 0x03U -> PN544 goes in standby when possible otherwise goes in idle mode
350 * to allow the PN544 to enter into the Standby */
  /external/tcpdump/
print-hsrp.c 30 /* Cisco Hot Standby Router Protocol (HSRP). */
61 { 8, "standby" },
  /device/samsung/crespo/libaudio/
AudioHardware.cpp 376 LOGV("setMode() in call force output standby");
380 LOGV("setMode() in call force input standby");
409 LOGV("setMode() off call force output standby");
413 LOGV("setMode() off call force input standby");
452 spIn->standby();
935 // return first input found not being in standby mode
1043 standby();
1068 LOGD("AudioHardware pcm playback is exiting standby.");
1082 LOGV("AudioStreamOutALSA::write() force input standby");
1128 status_t AudioHardware::AudioStreamOutALSA::standby() function in class:android::AudioHardware::AudioStreamOutALSA
1500 status_t AudioHardware::AudioStreamInALSA::standby() function in class:android::AudioHardware::AudioStreamInALSA
    [all...]
AudioHardware.h 210 virtual status_t standby();
322 virtual status_t standby();
  /external/webkit/WebKitTools/iExploder/htdocs/
htmlattrs.in 246 standby
  /hardware/msm7k/libaudio/
AudioHardware.h 176 virtual status_t standby();
216 virtual status_t standby();
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 253 virtual status_t standby();
290 virtual status_t standby();
  /external/esd/include/
esd.h 75 ESD_PROTO_STANDBY_MODE, /* see if server is in standby, autostandby, etc */
139 /* standby/resume will free/reclaim audio device so others may use it */

Completed in 238 milliseconds

1 2 3