Searched refs:hidlHandle (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libaudiohal/impl/ |
D | EffectsFactoryHalHidl.cpp | 196 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()
|
D | EffectHalHidl.cpp | 264 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()
|
D | DeviceHalHidl.cpp | 559 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()
|
D | StreamHalHidl.cpp | 165 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/ |
D | C2AllocatorGralloc.cpp | 359 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()
|