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

  /frameworks/av/services/oboeservice/
SharedRingBuffer.cpp 86 int fdIndex = endpointParcelable.addFileDescriptor(mFileDescriptor, mSharedMemorySizeInBytes);
87 ringBufferParcelable.setupMemory(fdIndex,
AAudioServiceEndpointMMAP.cpp 401 int fdIndex = parcelable.addFileDescriptor(mAudioDataFileDescriptor, capacityInBytes);
402 parcelable.mDownDataQueueParcelable.setupMemory(fdIndex, 0, capacityInBytes);
  /system/libhidl/base/include/hidl/
MQDescriptor.h 33 uint32_t fdIndex __attribute__ ((aligned(4)));
39 static_assert(offsetof(GrantorDescriptor, fdIndex) == 4, "wrong offset");
201 * the data buffer. fdIndex parameter is set to 0 by default and
209 0 /* fdIndex */,
  /system/libfmq/include/fmq/
MessageQueue.h     [all...]
  /external/fonttools/Lib/fontTools/
cffLib.py 1159 fdIndex = fdSelectArray[i]
1160 if lastFDIndex != fdIndex:
1161 fdRanges.append([i, fdIndex])
1162 lastFDIndex = fdIndex
    [all...]

Completed in 100 milliseconds