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

  /external/chromium/third_party/icu/source/test/perf/perldriver/
Output.pm 242 sub closeOutput {
  /external/icu4c/test/perf/perldriver/
Output.pm 242 sub closeOutput {
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp 514 status_t AudioPolicyService::closeOutput(audio_io_handle_t output)
519 return af->closeOutput(output);
    [all...]
AudioFlinger.cpp 162 // closeOutput() will remove first entry from mPlaybackThreads
163 closeOutput(mPlaybackThreads.keyAt(0));
678 // hold a strong ref on thread in case closeOutput() or closeInput() is called
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 442 closeOutput(out);
443 closeOutput(humanOutRaw);
501 closeOutput(out);
576 private static void closeOutput(OutputStream stream) throws IOException {
    [all...]
  /frameworks/base/media/libmedia/
IAudioFlinger.cpp 414 virtual status_t closeOutput(int output)
896 reply->writeInt32(closeOutput(data.readInt32()));
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 52 milliseconds