Searched defs:hidlHandle (Results 1 - 3 of 3) sorted by last modified time

/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DStream.h157 native_handle_t* hidlHandle = nullptr; local
164 hidlHandle = native_handle_create(1, 0);
165 hidlHandle->data[0] = halInfo.shared_memory_fd;
167 hidl_memory("audio_buffer", hidlHandle, frameSize * halInfo.buffer_size_frames);
173 if (hidlHandle != nullptr) {
174 native_handle_delete(hidlHandle);
/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp377 hidl_handle hidlHandle = mem->mHidlHandle; local
378 MemoryId id = object->mDeviceCallback->registerMemory(hidlHandle, buf_size, num_bufs);
/hardware/google/av/codec2/vndk/
H A DC2AllocatorGralloc.cpp262 hidl_handle &hidlHandle,
282 hidl_handle &hidlHandle,
288 mHidlHandle(std::move(hidlHandle)),
675 hidl_handle hidlHandle; local
676 hidlHandle.setTo(C2HandleGralloc::UnwrapNativeHandle(grallocHandle), true);
678 allocation->reset(new C2AllocationGralloc(info, mMapper, hidlHandle, grallocHandle, mTraits->id));
279 C2AllocationGralloc( const BufferDescriptorInfo &info, const sp<IMapper> &mapper, hidl_handle &hidlHandle, const C2HandleGralloc *const handle, C2Allocator::id_t allocatorId) argument

Completed in 37 milliseconds