HomeSort by relevance Sort by last modified time
    Searched refs:closeOutput (Results 1 - 13 of 13) sorted by null

  /hardware/libhardware_legacy/audio/
AudioPolicyCompatClient.h 46 virtual status_t closeOutput(audio_io_handle_t output);
AudioPolicyCompatClient.cpp 51 status_t AudioPolicyCompatClient::closeOutput(audio_io_handle_t output)
AudioPolicyManagerBase.cpp 497 mpClientInterface->closeOutput(output);
657 mpClientInterface->closeOutput(output);
667 mpClientInterface->closeOutput(output);
    [all...]
  /frameworks/base/include/media/
IAudioFlinger.h 121 virtual status_t closeOutput(int output) = 0;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 183 virtual status_t closeOutput(audio_io_handle_t output) = 0;
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 241 closeOutput(out);
584 closeOutput(humanOutRaw);
644 closeOutput(out);
719 private static void closeOutput(OutputStream stream) throws IOException {
    [all...]
  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 89 closeOutput();
Output.pm 242 sub closeOutput {
  /frameworks/base/media/libmedia/
IAudioFlinger.cpp 404 virtual status_t closeOutput(int output)
865 reply->writeInt32(closeOutput(data.readInt32()));
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.h 130 virtual status_t closeOutput(int output);
    [all...]
AudioPolicyService.cpp     [all...]
AudioFlinger.cpp 236 // closeOutput() will remove first entry from mPlaybackThreads
237 closeOutput(mPlaybackThreads.keyAt(0));
785 // hold a strong ref on thread in case closeOutput() or closeInput() is called
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 923 milliseconds