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

  /frameworks/av/media/libaudioclient/tests/
test_create_audiotrack.cpp 72 sp<IMemory> sharedBuffer;
94 sharedBuffer = heap->allocate(heapSize);
123 sharedBuffer,
126 ((fast && sharedBuffer == 0) || offload) ?
  /frameworks/av/media/libaudioclient/include/media/
IAudioFlinger.h 73 sharedBuffer = interface_cast<IMemory>(parcel->readStrongBinder());
74 if (sharedBuffer == 0 || sharedBuffer->pointer() == NULL) {
95 if (sharedBuffer != 0) {
97 (void)parcel->writeStrongBinder(IInterface::asBinder(sharedBuffer));
117 sp<IMemory> sharedBuffer;
AudioTrack.h 258 * identified by the argument sharedBuffer, which should be non-0.
259 * If sharedBuffer is zero, this constructor is equivalent to the previous constructor
271 const sp<IMemory>& sharedBuffer,
301 * If sharedBuffer is non-0, the frameCount parameter is ignored and
322 const sp<IMemory>& sharedBuffer = 0,
398 sp<IMemory> sharedBuffer() const { return mSharedBuffer; }
    [all...]
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 71 const sp<IMemory>& sharedBuffer,
202 sp<IMemory> sharedBuffer() const { return mSharedBuffer; }
Tracks.cpp 508 const sp<IMemory>& sharedBuffer,
516 (sharedBuffer != 0) ? sharedBuffer->pointer() : buffer,
517 (sharedBuffer != 0) ? sharedBuffer->size() : bufferSize,
523 mSharedBuffer(sharedBuffer),
542 // client == 0 implies sharedBuffer == 0
543 ALOG_ASSERT(!(client == 0 && sharedBuffer != 0));
545 ALOGV_IF(sharedBuffer != 0, "%s(%d): sharedBuffer: %p, size: %zu"
    [all...]
Threads.cpp     [all...]
Threads.h 654 return wakeLockUids; // moved by underlying SharedBuffer
    [all...]
AudioFlinger.cpp 790 input.sharedBuffer, sessionId, &output.flags,
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 257 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, transferType,
266 const sp<IMemory>& sharedBuffer,
290 sharedBuffer, false /*threadCanCallJava*/, sessionId, transferType, offloadInfo,
336 const sp<IMemory>& sharedBuffer,
366 if (sharedBuffer != 0) {
376 if (cbf == NULL || sharedBuffer != 0) {
377 ALOGE("%s(): Transfer type %s but cbf == NULL || sharedBuffer != 0",
385 if (sharedBuffer != 0) {
386 ALOGE("%s(): Transfer type TRANSFER_OBTAIN but sharedBuffer != 0", __func__);
392 if (sharedBuffer == 0)
    [all...]

Completed in 326 milliseconds