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

  /frameworks/av/services/audioflinger/
PlaybackTracks.h 34 const sp<IMemory>& sharedBuffer,
122 sp<IMemory> sharedBuffer() const { return mSharedBuffer; }
  /frameworks/av/media/libaudioclient/include/media/
AudioTrack.h 245 * identified by the argument sharedBuffer, which should be non-0.
246 * If sharedBuffer is zero, this constructor is equivalent to the previous constructor
258 const sp<IMemory>& sharedBuffer,
288 * If sharedBuffer is non-0, the frameCount parameter is ignored and
307 const sp<IMemory>& sharedBuffer = 0,
382 sp<IMemory> sharedBuffer() const { return mSharedBuffer; }
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 228 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, transferType,
237 const sp<IMemory>& sharedBuffer,
260 sharedBuffer, false /*threadCanCallJava*/, sessionId, transferType, offloadInfo,
302 const sp<IMemory>& sharedBuffer,
322 if (sharedBuffer != 0) {
331 if (cbf == NULL || sharedBuffer != 0) {
332 ALOGE("Transfer type TRANSFER_CALLBACK but cbf == NULL || sharedBuffer != 0");
338 if (sharedBuffer != 0) {
339 ALOGE("Transfer type TRANSFER_OBTAIN but sharedBuffer != 0");
344 if (sharedBuffer == 0)
    [all...]

Completed in 64 milliseconds