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

  /frameworks/base/media/java/android/media/
MediaScannerConnection.java 181 static class ClientProxy implements MediaScannerConnectionClient {
188 ClientProxy(String[] paths, String[] mimeTypes, OnScanCompletedListener client) {
235 ClientProxy client = new ClientProxy(paths, mimeTypes, callback);
  /frameworks/av/include/private/media/
AudioTrackShared.h 130 friend class ClientProxy;
191 // There is exactly one ClientProxy and one ServerProxy per shared memory control block.
224 class ClientProxy : public Proxy {
226 ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
228 virtual ~ClientProxy() { }
316 class AudioTrackClientProxy : public ClientProxy {
320 : ClientProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/,
412 class AudioRecordClientProxy : public ClientProxy {
416 : ClientProxy(cblk, buffers, frameCount, frameSize,
  /frameworks/av/services/audioflinger/
RecordTracks.h 114 sp<ClientProxy> mProxy;
PlaybackTracks.h 318 sp<ClientProxy> mProxy;
Tracks.cpp     [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 67 ClientProxy::ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
73 const struct timespec ClientProxy::kForever = {INT_MAX /*tv_sec*/, 0 /*tv_nsec*/};
74 const struct timespec ClientProxy::kNonBlocking = {0 /*tv_sec*/, 0 /*tv_nsec*/};
84 status_t ClientProxy::obtainBuffer(Buffer* buffer, const struct timespec *requested,
296 void ClientProxy::releaseBuffer(Buffer* buffer)
320 void ClientProxy::binderDied()
331 void ClientProxy::interrupt()
341 size_t ClientProxy::getMisalignment()
348 size_t ClientProxy::getFramesFilled()
    [all...]
AudioRecord.cpp 690 requested = &ClientProxy::kForever;
692 requested = &ClientProxy::kNonBlocking;
751 requested = &ClientProxy::kNonBlocking;
819 blocking ? &ClientProxy::kForever : &ClientProxy::kNonBlocking);
978 const struct timespec *requested = &ClientProxy::kForever;
994 requested = &ClientProxy::kNonBlocking;
    [all...]
AudioTrack.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 884 milliseconds