Home
last modified time | relevance | path

Searched refs:takeOwnership (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/renderengine/skia/
DSkiaVkRenderEngine.cpp126 LOG_ALWAYS_FATAL_IF(!sVulkanInterface.takeOwnership(), in createContexts()
133 LOG_ALWAYS_FATAL_IF(!sProtectedContentVulkanInterface.takeOwnership(), in createContexts()
DVulkanInterface.h48 bool takeOwnership();
DVulkanInterface.cpp562 bool VulkanInterface::takeOwnership() { in takeOwnership() function in android::renderengine::skia::VulkanInterface
/frameworks/av/media/codec2/vndk/
DC2Fence.cpp392 const native_handle_t* nh, bool takeOwnership) { in CreateFromNativeHandle() argument
407 if (!takeOwnership && fd >= 0) { in CreateFromNativeHandle()
788 const native_handle_t* handle, bool takeOwnership) { in CreateFromNativeHandle() argument
796 p = SyncFenceImpl::CreateFromNativeHandle(handle, takeOwnership); in CreateFromNativeHandle()
801 if (takeOwnership) { in CreateFromNativeHandle()
/frameworks/av/media/codec2/vndk/include/
DC2FenceFactory.h173 const native_handle_t* handle, bool takeOwnership = false);
/frameworks/native/libs/binder/
DParcel.cpp1579 status_t Parcel::writeFileDescriptor(int fd, bool takeOwnership) { in writeFileDescriptor() argument
1582 if (takeOwnership) { in writeFileDescriptor()
1622 obj.cookie = takeOwnership ? 1 : 0; in writeFileDescriptor()
1627 (void)takeOwnership; in writeFileDescriptor()
1645 status_t Parcel::writeParcelFileDescriptor(int fd, bool takeOwnership) in writeParcelFileDescriptor() argument
1648 return writeFileDescriptor(fd, takeOwnership); in writeParcelFileDescriptor()
/frameworks/native/include/binder/
DParcel.h361 LIBBINDER_EXPORTED status_t writeFileDescriptor(int fd, bool takeOwnership = false);
370 LIBBINDER_EXPORTED status_t writeParcelFileDescriptor(int fd, bool takeOwnership = false);
/frameworks/native/libs/binder/include/binder/
DParcel.h361 LIBBINDER_EXPORTED status_t writeFileDescriptor(int fd, bool takeOwnership = false);
370 LIBBINDER_EXPORTED status_t writeParcelFileDescriptor(int fd, bool takeOwnership = false);