| /device/generic/goldfish/camera/ |
| D | abc3d.h | 50 EGLImageKHR get() const { return mEglImage; } in get() function 102 GLuint get() const { return mTex; } in get() function 114 GLuint get() const { return mFBO; } in get() function 127 GLuint get() const { return mShader; } in get() function 144 GLuint get() const { return mProgram; } in get() function
|
| D | BlockingQueue.h | 44 std::optional<T> get() { in get() function
|
| /device/generic/vulkan-cereal/stream-servers/gl/OpenGLESDispatch/ |
| D | OpenGLDispatchLoader.cpp | 41 const GLESv1Dispatch* LazyLoadedGLESv1Dispatch::get() { in get() function in gfxstream::gl::LazyLoadedGLESv1Dispatch 56 const GLESv2Dispatch* LazyLoadedGLESv2Dispatch::get() { in get() function in gfxstream::gl::LazyLoadedGLESv2Dispatch 71 const EGLDispatch* LazyLoadedEGLDispatch::get() { in get() function in gfxstream::gl::LazyLoadedEGLDispatch
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/threads/ |
| D | AndroidThreadStore.h | 76 inline void* get() const { in get() function 129 T* get() { in get() function
|
| /device/google/cuttlefish/host/libs/audio_connector/ |
| D | buffers.h | 71 const volatile uint8_t* get() const { return buffer_; } in get() function 86 volatile uint8_t* get() const { return buffer_; } in get() function
|
| /device/google/cuttlefish/common/libs/fs/ |
| D | shared_fd.h | 216 void* get() { return ptr_; } in get() function 217 const void* get() const { return ptr_; } in get() function
|
| /device/generic/goldfish/dhcp/common/include/ |
| D | socket.h | 33 int get() const { return mSocketFd; } in get() function
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/ |
| D | Optional.h | 458 constexpr const T& get() const { in get() function 464 T& get() { in get() function
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | auto_goldfish_dma_context.h | 28 const goldfish_dma_context &get() const { return m_ctx; } in get() function
|
| D | StateTrackingSupport.h | 62 bool get(IndexType objId) const { in get() function 146 RboProps* get(GLuint id) { in get() function 220 SamplerProps* get(GLuint id) { in get() function
|
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ |
| D | EglThreadInfo.cpp | 24 EglThreadInfo* EglThreadInfo::get(void) { return &thread_eglInfo; } in get() function in EglThreadInfo
|
| /device/generic/vulkan-cereal/stream-servers/ |
| D | RenderThreadInfoMagma.cpp | 34 RenderThreadInfoMagma* RenderThreadInfoMagma::get() { in get() function in RenderThreadInfoMagma
|
| D | RenderThreadInfo.cpp | 51 RenderThreadInfo* RenderThreadInfo::get() { in get() function in gfxstream::RenderThreadInfo
|
| /device/generic/vulkan-cereal/fake-android-guest/ui/ |
| D | GraphicBufferMapper.h | 36 static inline GraphicBufferMapper& get() { return getInstance(); } in get() function
|
| D | GraphicBufferAllocator.h | 39 static inline GraphicBufferAllocator& get() { return getInstance(); } in get() function
|
| /device/generic/goldfish-opengl/system/profiler/ |
| D | perfetto.h | 1180 void get(bool* val) const { *val = as_bool(); } in get() function 1181 void get(uint32_t* val) const { *val = as_uint32(); } in get() function 1182 void get(int32_t* val) const { *val = as_int32(); } in get() function 1183 void get(uint64_t* val) const { *val = as_uint64(); } in get() function 1184 void get(int64_t* val) const { *val = as_int64(); } in get() function 1185 void get(float* val) const { *val = as_float(); } in get() function 1186 void get(double* val) const { *val = as_double(); } in get() function 1187 void get(std::string* val) const { *val = as_std_string(); } in get() function 1188 void get(ConstChars* val) const { *val = as_string(); } in get() function 1189 void get(ConstBytes* val) const { *val = as_bytes(); } in get() function [all …]
|
| /device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/ |
| D | Configuration.java | 29 public static Configuration get(Context context) { in get() method in Configuration
|
| /device/google/tangorpro/cast_auth/mediadrm/ |
| D | SessionLibrary.cpp | 11 SessionLibrary* SessionLibrary::get() { in get() function in castkeydrm::SessionLibrary
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/fit/ |
| D | FunctionInternal.h | 39 void* (*get)(void* bits); member
|
| /device/google/cuttlefish/host/commands/secure_env/ |
| D | tpm_resource_manager.cpp | 47 ESYS_TR TpmResourceManager::ObjectSlot::get() { in get() function in cuttlefish::TpmResourceManager::ObjectSlot
|
| /device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/ |
| D | AstcCpuDecompressorNoOp.cpp | 38 AstcCpuDecompressor& AstcCpuDecompressor::get() { in get() function in gfxstream::vk::AstcCpuDecompressor
|
| D | AstcCpuDecompressorImpl.cpp | 117 std::pair<astcenc_context*, astcenc_error> get(uint32_t blockWidth, uint32_t blockHeight) { in get() function in goldfish_vk::__anon1faf89170111::AstcDecoderContextCache 271 AstcCpuDecompressor& AstcCpuDecompressor::get() { in get() function in goldfish_vk::AstcCpuDecompressor
|
| /device/generic/vulkan-cereal/stream-servers/gl/ |
| D | EmulatedEglConfig.h | 122 const EmulatedEglConfig* get(int guestId) const { in get() function
|
| /device/generic/goldfish-opengl/system/hwc3/ |
| D | LruCache.h | 27 Value* get(const Key& key) { in get() function
|
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/ |
| D | ChecksumCalculatorThreadInfo.cpp | 49 ChecksumCalculator& ChecksumCalculatorThreadInfo::get() { in get() function in ChecksumCalculatorThreadInfo
|