/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 410 humanOutRaw = openOutput(args.humanOutName); 430 out = openOutput(args.outName); 476 OutputStream out = openOutput(fileName); 559 private static OutputStream openOutput(String name) throws IOException { [all...] |
/frameworks/base/include/media/ |
IAudioFlinger.h | 117 virtual int openOutput(uint32_t *pDevices,
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyInterface.h | 162 virtual audio_io_handle_t openOutput(uint32_t *pDevices,
|
/frameworks/base/services/audioflinger/ |
AudioPolicyService.h | 104 virtual audio_io_handle_t openOutput(uint32_t *pDevices,
|
AudioPolicyService.cpp | 482 audio_io_handle_t AudioPolicyService::openOutput(uint32_t *pDevices, 491 LOGW("openOutput() could not get AudioFlinger"); 495 return af->openOutput(pDevices, [all...] |
AudioPolicyManagerBase.cpp | 447 mTestOutputs[mCurOutput] = mpClientInterface->openOutput(&outputDesc->mDevice, 476 output = mpClientInterface->openOutput(&outputDesc->mDevice, [all...] |
AudioFlinger.h | 120 virtual int openOutput(uint32_t *pDevices, [all...] |
AudioFlinger.cpp | [all...] |
/external/quake/src/com/android/quake/ |
DownloaderActivity.java | 641 os = openOutput(file.dest, append); [all...] |
/frameworks/base/media/libmedia/ |
IAudioFlinger.cpp | 367 virtual int openOutput(uint32_t *pDevices, 390 LOGV("openOutput() returned output, %p", output); 872 int output = openOutput(&devices, [all...] |
/prebuilt/sdk/tools/lib/ |
dx.jar | |