/hardware/google/gfxstream/guest/android/ |
D | ANativeWindowEmulated.h | 44 void acquire(); 66 void acquire(EGLNativeWindowType window) override; 69 void acquire(EGLClientBuffer buffer) override;
|
D | ANativeWindowEmulated.cpp | 74 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
|
D | ANativeWindowAndroid.h | 31 void acquire(EGLNativeWindowType window); 34 void acquire(EGLClientBuffer buffer);
|
D | GrallocEmulated.h | 50 void acquire(); 76 void acquire(AHardwareBuffer* ahb) override;
|
D | GrallocEmulated.cpp | 175 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()
|
D | ANativeWindowAndroid.cpp | 53 void ANativeWindowHelperAndroid::acquire(EGLNativeWindowType window) { in acquire() function in gfxstream::ANativeWindowHelperAndroid 71 void ANativeWindowHelperAndroid::acquire(EGLClientBuffer buffer) { in acquire() function in gfxstream::ANativeWindowHelperAndroid
|
D | GrallocMinigbm.h | 28 void acquire(AHardwareBuffer* ahb) override;
|
D | GrallocGoldfish.h | 28 void acquire(AHardwareBuffer* ahb) override;
|
D | GrallocGoldfish.cpp | 42 void GoldfishGralloc::acquire(AHardwareBuffer* ahb) { AHardwareBuffer_acquire(ahb); } in acquire() function in gfxstream::GoldfishGralloc
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_acquire_winrt_display.adoc | 31 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.
|
D | VK_EXT_external_memory_acquire_unmodified.adoc | 24 the release and acquire operations.
|
D | VK_KHR_global_priority.adoc | 42 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
|
D | VK_EXT_direct_mode_display.adoc | 45 2) Are separate calls needed to acquire displays and enable direct mode?
|
D | VK_EXT_global_priority.adoc | 39 Therefore, the driver implementation may deny requests to acquire a priority
|
/hardware/google/gfxstream/guest/android/include/gfxstream/guest/ |
D | ANativeWindow.h | 36 virtual void acquire(EGLNativeWindowType window) = 0; 39 virtual void acquire(EGLClientBuffer buffer) = 0;
|
D | Gralloc.h | 63 virtual void acquire(AHardwareBuffer* ahb) = 0;
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/ |
D | AndroidWorkPool.cpp | 47 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/ |
D | THREADING.README | 25 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/ |
D | CameraMetadata.h | 94 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/ |
D | keyed_mutex_submit.adoc | 15 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/ |
D | AndroidHardwareBuffer.cpp | 257 gralloc->acquire(*pBuffer); in getMemoryAndroidHardwareBufferANDROID() 275 grallocHelper->acquire(ahb); in importAndroidHardwareBuffer()
|
/hardware/interfaces/camera/common/default/ |
D | CameraMetadata.cpp | 45 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/ |
D | overlay_params.h | 53 OVERLAY_PARAM_BOOL(acquire) \
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/ |
D | queriesperformance.adoc | 92 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/ |
D | VK_EXT_external_memory_acquire_unmodified.adoc | 11 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
|