Home
last modified time | relevance | path

Searched refs:fdIndex (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/libfmq/include/fmq/
H A DConvertMQDescriptors.h80 static_cast<int64_t>(grantor.fdIndex) < 0) { in unsafeHidlToAidlMQDescriptor()
87 GrantorDescriptor{.fdIndex = static_cast<int32_t>(grantor.fdIndex), in unsafeHidlToAidlMQDescriptor()
H A DAidlMQDescriptorShim.h101 desc.grantors[i].fdIndex < 0) { in AidlMQDescriptorShim()
111 mGrantors[i].fdIndex = desc.grantors[i].fdIndex; in AidlMQDescriptorShim()
H A DAidlMessageQueue.h133 .fdIndex = static_cast<int32_t>(grantor.fdIndex),
H A DMessageQueueBase.h1269 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 DMQDescriptorBase.h42 uint32_t fdIndex __attribute__((aligned(4))); member
48 static_assert(offsetof(GrantorDescriptor, fdIndex) == 4, "wrong offset");
/aosp12/frameworks/av/services/oboeservice/
H A DSharedRingBuffer.cpp90 int fdIndex = endpointParcelable.addFileDescriptor(mFileDescriptor, mSharedMemorySizeInBytes); in fillParcelable() local
91 ringBufferParcelable.setupMemory(fdIndex, in fillParcelable()
H A DAAudioServiceEndpointMMAP.cpp409 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 DGrantorDescriptor.aidl37 int fdIndex;
/aosp12/hardware/interfaces/common/fmq/aidl/aidl_api/android.hardware.common.fmq/current/android/hardware/common/fmq/
H A DGrantorDescriptor.aidl37 int fdIndex;
/aosp12/hardware/interfaces/common/fmq/aidl/android/hardware/common/fmq/
H A DGrantorDescriptor.aidl27 int fdIndex;