Searched refs:fdIndex (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/libfmq/include/fmq/ |
H A D | ConvertMQDescriptors.h | 80 static_cast<int64_t>(grantor.fdIndex) < 0) { in unsafeHidlToAidlMQDescriptor() 87 GrantorDescriptor{.fdIndex = static_cast<int32_t>(grantor.fdIndex), in unsafeHidlToAidlMQDescriptor()
|
H A D | AidlMQDescriptorShim.h | 101 desc.grantors[i].fdIndex < 0) { in AidlMQDescriptorShim() 111 mGrantors[i].fdIndex = desc.grantors[i].fdIndex; in AidlMQDescriptorShim()
|
H A D | AidlMessageQueue.h | 133 .fdIndex = static_cast<int32_t>(grantor.fdIndex),
|
H A D | MessageQueueBase.h | 1269 int fdIndex = grantors[grantorIdx].fdIndex; in mapGrantorDescr() local 1276 void* address = mmap(0, mapLength, PROT_READ | PROT_WRITE, MAP_SHARED, handle->data[fdIndex], in mapGrantorDescr()
|
/aosp12/system/libfmq/base/fmq/ |
H A D | MQDescriptorBase.h | 42 uint32_t fdIndex __attribute__((aligned(4))); member 48 static_assert(offsetof(GrantorDescriptor, fdIndex) == 4, "wrong offset");
|
/aosp12/frameworks/av/services/oboeservice/ |
H A D | SharedRingBuffer.cpp | 90 int fdIndex = endpointParcelable.addFileDescriptor(mFileDescriptor, mSharedMemorySizeInBytes); in fillParcelable() local 91 ringBufferParcelable.setupMemory(fdIndex, in fillParcelable()
|
H A D | AAudioServiceEndpointMMAP.cpp | 409 int fdIndex = parcelable.addFileDescriptor(mAudioDataFileDescriptor, capacityInBytes); in getDownDataDescription() local 410 parcelable.mDownDataQueueParcelable.setupMemory(fdIndex, 0, capacityInBytes); in getDownDataDescription()
|
/aosp12/hardware/interfaces/common/fmq/aidl/aidl_api/android.hardware.common.fmq/1/android/hardware/common/fmq/ |
H A D | GrantorDescriptor.aidl | 37 int fdIndex;
|
/aosp12/hardware/interfaces/common/fmq/aidl/aidl_api/android.hardware.common.fmq/current/android/hardware/common/fmq/ |
H A D | GrantorDescriptor.aidl | 37 int fdIndex;
|
/aosp12/hardware/interfaces/common/fmq/aidl/android/hardware/common/fmq/ |
H A D | GrantorDescriptor.aidl | 27 int fdIndex;
|