Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DEffectsFactoryHalHidl.cpp202 native_handle_t* hidlHandle = native_handle_create(1, 0); in dumpEffects() local
203 hidlHandle->data[0] = fd; in dumpEffects()
204 Return<void> ret = mEffectsFactory->debug(hidlHandle, {} /* options */); in dumpEffects()
205 native_handle_delete(hidlHandle); in dumpEffects()
DEffectHalHidl.cpp261 native_handle_t* hidlHandle = native_handle_create(1, 0); in dump() local
262 hidlHandle->data[0] = fd; in dump()
263 Return<void> ret = mEffect->debug(hidlHandle, {} /* options */); in dump()
264 native_handle_delete(hidlHandle); in dump()
DDeviceHalHidl.cpp630 native_handle_t* hidlHandle = native_handle_create(1, 0); in dump() local
631 hidlHandle->data[0] = fd; in dump()
634 Return<void> ret = mDevice->debug(hidlHandle, hidlArgs); in dump()
635 native_handle_delete(hidlHandle); in dump()
DStreamHalHidl.cpp170 native_handle_t* hidlHandle = native_handle_create(1, 0); in dump() local
171 hidlHandle->data[0] = fd; in dump()
174 Return<void> ret = mStream->debug(hidlHandle, hidlArgs); in dump()
175 native_handle_delete(hidlHandle); in dump()
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp994 hidl_handle &hidlHandle,
1020 hidl_handle &hidlHandle, in C2AllocationGralloc() argument
1030 mHidlHandle(std::move(hidlHandle)), in C2AllocationGralloc()
1228 hidl_handle hidlHandle; in newGraphicAllocation() local
1229 hidlHandle.setTo(const_cast<native_handle_t*>(buffer), true); in newGraphicAllocation()
1232 width, height, format, 1u /* layer count */, grallocUsage, stride, hidlHandle, in newGraphicAllocation()
1234 hidlHandle, width, height, in newGraphicAllocation()
1263 hidl_handle hidlHandle; in priorGraphicAllocation() local
1264 hidlHandle.setTo(C2HandleGralloc::UnwrapNativeHandle(grallocHandle), true); in priorGraphicAllocation()
1268 grallocUsage, stride, hidlHandle, grallocHandle, mTraits->id)); in priorGraphicAllocation()