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

  /external/icu4c/test/perf/perldriver/
Output.pm 242 sub closeOutput {
  /frameworks/base/libs/audioflinger/
AudioPolicyService.cpp 463 status_t AudioPolicyService::closeOutput(audio_io_handle_t output)
468 return af->closeOutput(output);
AudioFlinger.cpp 155 // closeOutput() will remove first entry from mPlaybackThreads
156 closeOutput(mPlaybackThreads.keyAt(0));
620 // hold a strong ref on thread in case closeOutput() or closeInput() is called
    [all...]
  /frameworks/base/media/libmedia/
IAudioFlinger.cpp 386 virtual status_t closeOutput(int output)
701 reply->writeInt32(closeOutput(data.readInt32()));
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 449 closeOutput(out);
450 closeOutput(humanOutRaw);
508 closeOutput(out);
583 private static void closeOutput(OutputStream stream) throws IOException {
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 100 milliseconds