Searched refs:ClientProxy (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java181 static class ClientProxy implements MediaScannerConnectionClient { class in class:MediaScannerConnection
188 ClientProxy(String[] paths, String[] mimeTypes, OnScanCompletedListener client) { method in class:MediaScannerConnection.ClientProxy
235 ClientProxy client = new ClientProxy(paths, mimeTypes, callback);
/frameworks/av/include/private/media/
H A DAudioTrackShared.h135 friend class ClientProxy;
201 // There is exactly one ClientProxy and one ServerProxy per shared memory control block.
236 class ClientProxy : public Proxy { class in namespace:android
238 ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
240 virtual ~ClientProxy() { }
354 class AudioTrackClientProxy : public ClientProxy {
358 : ClientProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/,
455 class AudioRecordClientProxy : public ClientProxy {
459 : ClientProxy(cblk, buffers, frameCount, frameSize,
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp69 ClientProxy::ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, function in class:android::ClientProxy
78 const struct timespec ClientProxy::kForever = {INT_MAX /*tv_sec*/, 0 /*tv_nsec*/};
79 const struct timespec ClientProxy::kNonBlocking = {0 /*tv_sec*/, 0 /*tv_nsec*/};
89 uint32_t ClientProxy::setBufferSizeInFrames(uint32_t size)
111 status_t ClientProxy::obtainBuffer(Buffer* buffer, const struct timespec *requested,
337 void ClientProxy::releaseBuffer(Buffer* buffer)
361 void ClientProxy::binderDied()
372 void ClientProxy::interrupt()
383 size_t ClientProxy
[all...]
H A DAudioRecord.cpp760 requested = &ClientProxy::kForever;
762 requested = &ClientProxy::kNonBlocking;
821 requested = &ClientProxy::kNonBlocking;
889 blocking ? &ClientProxy::kForever : &ClientProxy::kNonBlocking);
1051 const struct timespec *requested = &ClientProxy::kForever;
1068 requested = &ClientProxy::kNonBlocking;
H A DAudioTrack.cpp1589 requested = &ClientProxy::kForever;
1591 requested = &ClientProxy::kNonBlocking;
1660 requested = &ClientProxy::kNonBlocking;
1746 blocking ? &ClientProxy::kForever : &ClientProxy::kNonBlocking);
2024 const struct timespec *requested = &ClientProxy::kForever;
2041 requested = &ClientProxy::kNonBlocking;
/frameworks/av/services/audioflinger/
H A DRecordTracks.h116 sp<ClientProxy> mProxy;
H A DPlaybackTracks.h250 sp<ClientProxy> mProxy;
H A DTracks.cpp1294 ClientProxy::Buffer buf;
1336 mProxy(new ClientProxy(mCblk, mBuffer, frameCount, mFrameSize, true, true))
1670 mProxy(new ClientProxy(mCblk, mBuffer, frameCount, mFrameSize, false, true))

Completed in 232 milliseconds