Home
last modified time | relevance | path

Searched refs:acquire (Results 1 – 25 of 58) sorted by relevance

123

/hardware/google/gfxstream/guest/android/
DANativeWindowEmulated.h44 void acquire();
66 void acquire(EGLNativeWindowType window) override;
69 void acquire(EGLClientBuffer buffer) override;
DANativeWindowEmulated.cpp74 void EmulatedANativeWindow::acquire() { ++mRefCount; } in acquire() function in gfxstream::EmulatedANativeWindow
95 void EmulatedANativeWindowHelper::acquire(EGLNativeWindowType window) { in acquire() function in gfxstream::EmulatedANativeWindowHelper
97 anw->acquire(); in acquire()
105 void EmulatedANativeWindowHelper::acquire(EGLClientBuffer buffer) { in acquire() function in gfxstream::EmulatedANativeWindowHelper
DANativeWindowAndroid.h31 void acquire(EGLNativeWindowType window);
34 void acquire(EGLClientBuffer buffer);
DGrallocEmulated.h50 void acquire();
76 void acquire(AHardwareBuffer* ahb) override;
DGrallocEmulated.cpp175 void EmulatedAHardwareBuffer::acquire() { ++mRefCount; } in acquire() function in gfxstream::EmulatedAHardwareBuffer
284 void EmulatedGralloc::acquire(AHardwareBuffer* ahb) { in acquire() function in gfxstream::EmulatedGralloc
286 rahb->acquire(); in acquire()
DANativeWindowAndroid.cpp53 void ANativeWindowHelperAndroid::acquire(EGLNativeWindowType window) { in acquire() function in gfxstream::ANativeWindowHelperAndroid
71 void ANativeWindowHelperAndroid::acquire(EGLClientBuffer buffer) { in acquire() function in gfxstream::ANativeWindowHelperAndroid
DGrallocMinigbm.h28 void acquire(AHardwareBuffer* ahb) override;
DGrallocGoldfish.h28 void acquire(AHardwareBuffer* ahb) override;
DGrallocGoldfish.cpp42 void GoldfishGralloc::acquire(AHardwareBuffer* ahb) { AHardwareBuffer_acquire(ahb); } in acquire() function in gfxstream::GoldfishGralloc
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_acquire_winrt_display.adoc31 An application's attempt to acquire is denied if a different application has
43 acquire and release functionality is called "`WinRT`".
59 3) Should the acquire command be platform-independent named
68 platform-independent acquire command.
70 The X11 acquire command does need to accept a platform-specific parameter.
71 This could be handled by adding to a platform-independent acquire command a
80 platform-specific acquire function.
DVK_EXT_external_memory_acquire_unmodified.adoc24 the release and acquire operations.
DVK_KHR_global_priority.adoc42 Therefore, the driver implementation may deny requests to acquire a priority
56 1) Can we additionally query whether a caller is permitted to acquire a
DVK_EXT_direct_mode_display.adoc45 2) Are separate calls needed to acquire displays and enable direct mode?
DVK_EXT_global_priority.adoc39 Therefore, the driver implementation may deny requests to acquire a priority
/hardware/google/gfxstream/guest/android/include/gfxstream/guest/
DANativeWindow.h36 virtual void acquire(EGLNativeWindowType window) = 0;
39 virtual void acquire(EGLClientBuffer buffer) = 0;
DGralloc.h63 virtual void acquire(AHardwareBuffer* ahb) = 0;
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidWorkPool.cpp47 void acquire() { in acquire() function in gfxstream::guest::WaitGroup
212 bool acquire() { in acquire() function in gfxstream::guest::WorkPoolThread
235 waitGroup->acquire(); in run()
369 if (!mThreads[i]->acquire()) continue; in schedule()
393 waitGroup->acquire(); in waitAny()
432 waitGroup->acquire(); in acquireWaitGroupFromHandle()
/hardware/interfaces/wifi/aidl/default/
DTHREADING.README25 a) All of the asynchronous "C" style callbacks will acquire the global lock
27 b) All of the AIDL methods will also acquire the global lock before processing
30 Note: It's important that we only acquire the global lock for asynchronous
/hardware/interfaces/camera/common/default/include/
DCameraMetadata.h94 void acquire(camera_metadata_t* buffer);
100 void acquire(CameraMetadata& other);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_win32_keyed_mutex/
Dkeyed_mutex_submit.adoc15 To acquire keyed mutexes before submitted work and/or release them after,
32 values, in millisecond units, for each acquire specified in
/hardware/google/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp257 gralloc->acquire(*pBuffer); in getMemoryAndroidHardwareBufferANDROID()
275 grallocHelper->acquire(ahb); in importAndroidHardwareBuffer()
/hardware/interfaces/camera/common/default/
DCameraMetadata.cpp45 acquire(buffer); in CameraMetadata()
110 void CameraMetadata::acquire(camera_metadata_t* buffer) { in acquire() function in android::hardware::camera::common::helper::CameraMetadata
122 void CameraMetadata::acquire(CameraMetadata& other) { in acquire() function in android::hardware::camera::common::helper::CameraMetadata
127 acquire(other.release()); in acquire()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay_params.h53 OVERLAY_PARAM_BOOL(acquire) \
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/
Dqueriesperformance.adoc92 To acquire the profiling lock, call:
109 [open,refpage='VkAcquireProfilingLockInfoKHR',desc='Structure specifying parameters to acquire the …
125 attempting to acquire the profiling lock.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_external_memory_acquire_unmodified.adoc11 cost of memory barriers that acquire ownership of a resource from an external
64 must, during the ownership-acquire operation, synchronize the resource's non-external
70 synchronize the data during the acquire operation.
106 until the application's current ownership acquire operation.
137 - **D**. Extend the ownership-acquire memory barrier, such as
218 and acquire, then the application should chain
219 `VkExternalMemoryAcquireUnmodifiedEXT` into the acquire-operation's memory

123