Home
last modified time | relevance | path

Searched refs:hidlHandle (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStream.h157 native_handle_t* hidlHandle = nullptr; in createMmapBuffer() local
164 hidlHandle = native_handle_create(1, 0); in createMmapBuffer()
165 hidlHandle->data[0] = halInfo.shared_memory_fd; in createMmapBuffer()
173 hidl_memory("audio_buffer", hidlHandle, frameSize * halInfo.buffer_size_frames); in createMmapBuffer()
188 if (hidlHandle != nullptr) { in createMmapBuffer()
189 native_handle_delete(hidlHandle); in createMmapBuffer()
/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp291 hidl_handle &hidlHandle,
312 hidl_handle &hidlHandle, in C2AllocationGralloc() argument
318 mHidlHandle(std::move(hidlHandle)), in C2AllocationGralloc()
725 hidl_handle hidlHandle; in priorGraphicAllocation() local
726 hidlHandle.setTo(C2HandleGralloc::UnwrapNativeHandle(grallocHandle), true); in priorGraphicAllocation()
728 … allocation->reset(new C2AllocationGralloc(info, mMapper, hidlHandle, grallocHandle, mTraits->id)); in priorGraphicAllocation()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp377 hidl_handle hidlHandle = mem->mHidlHandle; in sGetMemory() local
378 MemoryId id = object->mDeviceCallback->registerMemory(hidlHandle, buf_size, num_bufs); in sGetMemory()