Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DEffectsFactoryHalHidl.cpp196 native_handle_t* hidlHandle = native_handle_create(1, 0); in dumpEffects() local
197 hidlHandle->data[0] = fd; in dumpEffects()
198 Return<void> ret = mEffectsFactory->debug(hidlHandle, {} /* options */); in dumpEffects()
199 native_handle_delete(hidlHandle); in dumpEffects()
DEffectHalHidl.cpp264 native_handle_t* hidlHandle = native_handle_create(1, 0); in dump() local
265 hidlHandle->data[0] = fd; in dump()
266 Return<void> ret = mEffect->debug(hidlHandle, {} /* options */); in dump()
267 native_handle_delete(hidlHandle); in dump()
DDeviceHalHidl.cpp559 native_handle_t* hidlHandle = native_handle_create(1, 0); in dump() local
560 hidlHandle->data[0] = fd; in dump()
563 Return<void> ret = mDevice->debug(hidlHandle, hidlArgs); in dump()
564 native_handle_delete(hidlHandle); in dump()
DStreamHalHidl.cpp165 native_handle_t* hidlHandle = native_handle_create(1, 0); in dump() local
166 hidlHandle->data[0] = fd; in dump()
169 Return<void> ret = mStream->debug(hidlHandle, hidlArgs); in dump()
170 native_handle_delete(hidlHandle); in dump()
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp359 hidl_handle &hidlHandle,
385 hidl_handle &hidlHandle, in C2AllocationGralloc() argument
395 mHidlHandle(std::move(hidlHandle)), in C2AllocationGralloc()
982 hidl_handle hidlHandle; in newGraphicAllocation() local
983 hidlHandle.setTo(const_cast<native_handle_t*>(buffer), true); in newGraphicAllocation()
986 width, height, format, 1u /* layer count */, grallocUsage, stride, hidlHandle, in newGraphicAllocation()
988 hidlHandle, width, height, in newGraphicAllocation()
1017 hidl_handle hidlHandle; in priorGraphicAllocation() local
1018 hidlHandle.setTo(C2HandleGralloc::UnwrapNativeHandle(grallocHandle), true); in priorGraphicAllocation()
1022 grallocUsage, stride, hidlHandle, grallocHandle, mTraits->id)); in priorGraphicAllocation()