/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/ |
D | field.h | 166 void get(bool* val) const { *val = as_bool(); } in get() function 167 void get(uint32_t* val) const { *val = as_uint32(); } in get() function 168 void get(int32_t* val) const { *val = as_int32(); } in get() function 169 void get(uint64_t* val) const { *val = as_uint64(); } in get() function 170 void get(int64_t* val) const { *val = as_int64(); } in get() function 171 void get(float* val) const { *val = as_float(); } in get() function 172 void get(double* val) const { *val = as_double(); } in get() function 173 void get(std::string* val) const { *val = as_std_string(); } in get() function 174 void get(ConstChars* val) const { *val = as_string(); } in get() function 175 void get(ConstBytes* val) const { *val = as_bytes(); } in get() function [all …]
|
D | copyable_ptr.h | 62 T* get() { return ptr_.get(); } in get() function 63 const T* get() const { return ptr_.get(); } in get() function
|
D | message_handle.h | 101 T* get() const { return static_cast<T*>(MessageHandleBase::operator->()); } in get() function
|
/device/generic/vulkan-cereal/stream-servers/OpenGLESDispatch/ |
D | OpenGLDispatchLoader.cpp | 42 const GLESv1Dispatch* LazyLoadedGLESv1Dispatch::get() { in get() function in LazyLoadedGLESv1Dispatch 57 const GLESv2Dispatch* LazyLoadedGLESv2Dispatch::get() { in get() function in LazyLoadedGLESv2Dispatch 72 const EGLDispatch* LazyLoadedEGLDispatch::get() { in get() function in LazyLoadedEGLDispatch
|
/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/base/anglebase/ |
D | no_destructor.h | 79 const T *get() const { return reinterpret_cast<const T *>(storage_); } in get() function 80 T *get() { return reinterpret_cast<T *>(storage_); } in get() function
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.h | 256 id<MTLRenderCommandEncoder> get() in get() function 302 id<MTLBlitCommandEncoder> get() in get() function 336 id<MTLComputeCommandEncoder> get() in get() function
|
/device/generic/goldfish-opengl/android-emu/android/base/threads/ |
D | AndroidThreadStore.h | 76 inline void* get() const { in get() function 129 T* get() { in get() function
|
/device/generic/vulkan-cereal/host-common/ |
D | HostmemIdMapping.cpp | 28 HostmemIdMapping* HostmemIdMapping::get() { in get() function in android::emulation::HostmemIdMapping 59 HostmemIdMapping::Entry HostmemIdMapping::get(HostmemIdMapping::Id id) const { in get() function in android::emulation::HostmemIdMapping
|
D | VmLock.cpp | 23 VmLock* VmLock::get() { in get() function in android::VmLock
|
/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/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | AttributeMap.cpp | 30 EGLAttrib AttributeMap::get(EGLAttrib key) const in get() function in egl::AttributeMap 37 EGLAttrib AttributeMap::get(EGLAttrib key, EGLAttrib defaultValue) const in get() function in egl::AttributeMap
|
D | BlobCache.cpp | 70 bool BlobCache::get(angle::ScratchBuffer *scratchBuffer, in get() function in egl::BlobCache 153 void BlobCache::setBlobCacheFuncs(EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) in setBlobCacheFuncs()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 211 void* get() { return ptr_; } in get() function 212 const void* get() const { return ptr_; } in get() function
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/ |
D | gl_raii.h | 64 GLuint get() in get() function 145 GLuint get() { return mHandle; } in get() function 204 GLuint get() { return mHandle; } in get() function
|
/device/generic/goldfish/dhcp/common/include/ |
D | socket.h | 33 int get() const { return mSocketFd; } in get() function
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/ |
D | EglThreadInfo.cpp | 24 EglThreadInfo* EglThreadInfo::get(void) { return &thread_eglInfo; } in get() function in EglThreadInfo
|
/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/fake-android-guest/ui/ |
D | GraphicBufferMapper.h | 36 static inline GraphicBufferMapper& get() { return getInstance(); } in get() function
|
/device/generic/vulkan-cereal/third-party/astc-codec/src/base/ |
D | optional.h | 431 constexpr const T& get() const { in get() function 437 T& get() { return const_cast<T&>(const_cast<const Optional*>(this)->get()); } in get() function
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | Optional.h | 458 constexpr const T& get() const { in get() function 464 T& get() { in get() function
|
/device/generic/vulkan-cereal/base/ |
D | Optional.h | 457 constexpr const T& get() const { in get() function 463 T& get() { in get() function
|
D | StdioStream.h | 40 FILE* get() const { return mFile; } in get() function
|
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/ |
D | thread_task_runner.h | 63 UnixTaskRunner* get() const { return task_runner_; } in get() function
|
/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
|