Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.h144 bool IsAidlNativeHandleNull(const NativeHandle& handle);
Daidl_camera_device_session.cc301 if (!aidl_utils::IsAidlNativeHandleNull(aidl_buffer.acquireFence)) { in RequestStreamBuffers()
312 if (!aidl_utils::IsAidlNativeHandleNull(aidl_buffer.buffer)) { in RequestStreamBuffers()
Daidl_utils.cc651 bool IsAidlNativeHandleNull(const NativeHandle& handle) { in IsAidlNativeHandleNull() function
656 if (IsAidlNativeHandleNull(handle)) { in makeFromAidlIfNotNull()