Searched refs:thread (Results 51 - 52 of 52) sorted by relevance

123

/frameworks/base/services/java/com/android/server/
H A DMountService.java685 * we need to do our work in a new thread.
1308 // Add OBB Action Handler to MountService thread.
1314 * "asec list" from blocking a thread repeatedly.
1318 Thread thread = new Thread(mConnector, VOLD_TAG);
1319 thread.start();
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp173 // Otherwise the callback thread will never exit.
488 // Release AudioTrack callback thread in case it was waiting for new buffers
1194 bool AudioTrack::processAudioBuffer(const sp<AudioTrackThread>& thread) argument
1289 // Keep this thread going to handle timed events and

Completed in 28 milliseconds

123