Home
last modified time | relevance | path

Searched refs:makeToAidl (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/common/support/include/aidlcommonsupport/
DNativeHandle.h50 aidl::android::hardware::common::NativeHandle makeToAidl(const native_handle_t* handle);
/hardware/interfaces/common/support/
Dtest.cpp110 NativeHandle to = makeToAidl(handle); in TEST()
119 NativeHandle to = makeToAidl(handle); in TEST()
DNativeHandle.cpp65 NativeHandle makeToAidl(const native_handle_t* handle) { in makeToAidl() function
/hardware/interfaces/tv/input/aidl/default/
DTvInput.cpp133 *_aidl_return = makeToAidl(mStreamConfigs[in_deviceId][in_streamId]->handle); in openStream()
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFilterTests.cpp227 status = mFilters[filterId]->releaseAvHandle(::android::makeToAidl(mAvSharedHandle), in releaseShareAvHandle()
/hardware/interfaces/camera/provider/aidl/vts/
DVtsAidlHalCameraProvider_TargetTest.cpp1694 halStream.id, bufferId, ::android::makeToAidl(buffer_handle), in TEST_P()
1915 halStream.id, bufferId, ::android::makeToAidl(buffer_handle), in TEST_P()
2086 android::makeToAidl(buffer_handle), BufferStatus::OK, NativeHandle(), in TEST_P()
2302 outputBuffer = {halStreams[0].id, bufferId + i, ::android::makeToAidl(buffers[i]), in TEST_P()
2413 buffer_handle == nullptr ? NativeHandle() : ::android::makeToAidl(buffer_handle), in TEST_P()
2525 outputBuffer = {halStream.id, bufferId + i, ::android::makeToAidl(buffers[i]), in TEST_P()
2751 outputBuffer = {halStreams[0].id, bufferId, ::android::makeToAidl(buffer_handle), in TEST_P()
Dcamera_aidl_test.cpp2348 outputBuffer = {halStreams[0].id, bufferId, ::android::makeToAidl(handle), in processCaptureRequestInternal()
2876 outputBuffer = {halStreams[0].id, bufferId, ::android::makeToAidl(buffer_handle), in processPreviewStabilizationCaptureRequestInternal()
3864 halStream.id, bufferId, android::makeToAidl(buffer_handle), in processColorSpaceRequest()
4017 outputBuffer = {halStreams[0].id, bufferId + i, ::android::makeToAidl(buffers[i]), in processZoomSettingsOverrideRequests()
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_common.cpp460 out.handle = ::android::makeToAidl(handle); in getDecryptMemory()
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc346 return makeToAidl(nh); in makeToAidlIfNotNull()