/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehiclePropertyStore.cpp | 41 MuxGuard g(mLock); in registerProperty() local 71 MuxGuard g(mLock); in writeValue() local 78 MuxGuard g(mLock); in writeValueWithCurrentTimestamp() local 86 MuxGuard g(mLock); in refreshTimestamp() local 101 MuxGuard g(mLock); in removeValue() local 110 MuxGuard g(mLock); in removeValuesForProperty() local 116 MuxGuard g(mLock); in readAllValues() local 127 MuxGuard g(mLock); in readValuesForProperty() local 138 MuxGuard g(mLock); in readValueOrNull() local 147 MuxGuard g(mLock); in readValueOrNull() local [all …]
|
D | SubscriptionManager.cpp | 93 MuxGuard g(mLock); in addOrUpdateSubscription() local 126 MuxGuard g(mLock); in distributeValuesToClients() local 149 MuxGuard g(mLock); in getSubscribedClients() local 234 MuxGuard g(mLock); in unsubscribe() local 280 MuxGuard g(mLock); in onCallbackDead() local
|
D | VehicleObjectPool.cpp | 95 std::lock_guard<std::mutex> g(mLock); in obtainRecylable() local
|
/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/src/ |
D | VehiclePropertyStore.cpp | 101 std::scoped_lock<std::mutex> g(mLock); in registerProperty() local 120 std::scoped_lock<std::mutex> g(mLock); in writeValue() local 206 std::scoped_lock<std::mutex> g(mLock); in refreshTimestamps() local 261 std::scoped_lock<std::mutex> g(mLock); in removeValue() local 275 std::scoped_lock<std::mutex> g(mLock); in removeValuesForProperty() local 286 std::scoped_lock<std::mutex> g(mLock); in readAllValues() local 301 std::scoped_lock<std::mutex> g(mLock); in readValuesForProperty() local 318 std::scoped_lock<std::mutex> g(mLock); in readValue() local 333 std::scoped_lock<std::mutex> g(mLock); in readValue() local 345 std::scoped_lock<std::mutex> g(mLock); in getAllConfigs() local [all …]
|
/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/src/ |
D | VehiclePropertyStore.cpp | 101 std::scoped_lock<std::mutex> g(mLock); in registerProperty() local 120 std::scoped_lock<std::mutex> g(mLock); in writeValue() local 206 std::scoped_lock<std::mutex> g(mLock); in refreshTimestamps() local 261 std::scoped_lock<std::mutex> g(mLock); in removeValue() local 275 std::scoped_lock<std::mutex> g(mLock); in removeValuesForProperty() local 286 std::scoped_lock<std::mutex> g(mLock); in readAllValues() local 301 std::scoped_lock<std::mutex> g(mLock); in readValuesForProperty() local 318 std::scoped_lock<std::mutex> g(mLock); in readValue() local 333 std::scoped_lock<std::mutex> g(mLock); in readValue() local 345 std::scoped_lock<std::mutex> g(mLock); in getAllConfigs() local [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | GeneratorHub.cpp | 40 std::unique_lock<std::mutex> g(mLock); in ~GeneratorHub() local 51 std::lock_guard<std::mutex> g(mLock); in registerGenerator() local 68 std::lock_guard<std::mutex> g(mLock); in unregisterGenerator() local 77 std::unique_lock<std::mutex> g(mLock); in run() local
|
/hardware/google/aemu/host-common/ |
D | MediaH264DecoderDefault.cpp | 56 std::lock_guard<std::mutex> g(mMapLock); in getDecoder() local 67 std::lock_guard<std::mutex> g(mIdLock); in createId() local 74 std::lock_guard<std::mutex> g(mMapLock); in addDecoder() local 86 std::lock_guard<std::mutex> g(mMapLock); in updateDecoder() local 97 std::lock_guard<std::mutex> g(mMapLock); in removeDecoder() local
|
D | MediaVpxDecoder.cpp | 81 std::lock_guard<std::mutex> g(mMapLock); in getDecoder() local 93 std::lock_guard<std::mutex> g(mMapLock); in addDecoder() local 105 std::lock_guard<std::mutex> g(mMapLock); in removeDecoder() local
|
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | X11Support.cpp | 83 static X11FunctionGetter* g = new X11FunctionGetter; in getX11Api() local 88 static GlxFunctionGetter* g = new GlxFunctionGetter; in getGlxApi() local
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | XKBgeom.h | 126 #define XkbShapeDoodadColor(g,d) (&(g)->colors[(d)->color_ndx]) argument 127 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) argument 128 #define XkbSetShapeDoodadColor(g,d,c) ((d)->color_ndx= (c)-&(g)->colors[0]) argument 129 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) argument 144 #define XkbTextDoodadColor(g,d) (&(g)->colors[(d)->color_ndx]) argument 145 #define XkbSetTextDoodadColor(g,d,c) ((d)->color_ndx= (c)-&(g)->colors[0]) argument 158 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) argument 159 #define XkbIndicatorDoodadOnColor(g,d) (&(g)->colors[(d)->on_color_ndx]) argument 160 #define XkbIndicatorDoodadOffColor(g,d) (&(g)->colors[(d)->off_color_ndx]) argument 161 #define XkbSetIndicatorDoodadOnColor(g,d,c) \ argument [all …]
|
D | XKBstr.h | 91 #define XkbNumGroups(g) ((g)&0x0f) argument 92 #define XkbOutOfRangeGroupInfo(g) ((g)&0xf0) argument 93 #define XkbOutOfRangeGroupAction(g) ((g)&0xc0) argument 94 #define XkbOutOfRangeGroupNumber(g) (((g)&0x30)>>4) argument 95 #define XkbSetGroupInfo(g,w,n) (((w)&0xc0)|(((n)&3)<<4)|((g)&0x0f)) argument 96 #define XkbSetNumGroups(g,n) (((g)&0xf0)|((n)&0x0f)) argument 132 #define XkbSASetGroup(a,g) ((a)->group_XXX=(g)) argument 335 #define XkbCMKeyGroupWidth(m,k,g) (XkbCMKeyType(m,k,g)->num_levels) argument 337 #define XkbCMKeyTypeIndex(m,k,g) ((m)->key_sym_map[k].kt_index[g&0x3]) argument 338 #define XkbCMKeyType(m,k,g) (&(m)->types[XkbCMKeyTypeIndex(m,k,g)]) argument [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_vec2.hpp | 46 struct{ T r, g; }; member 71 union {T y, g, t;}; member
|
D | type_vec3.hpp | 46 struct{ T r, g, b; }; member 70 union { T y, g, t; }; member
|
D | type_vec4.hpp | 46 struct { T r, g, b, a; }; member 72 union { T y, g, t; }; member
|
/hardware/google/gfxstream/host/tests/ |
D | GLTestUtils.cpp | 108 TestTexture createTestTextureRGB888SingleColor(int width, int height, float r, float g, float b) { in createTestTextureRGB888SingleColor() 124 TestTexture createTestTextureRGBA8888SingleColor(int width, int height, float r, float g, float b, … in createTestTextureRGBA8888SingleColor()
|
/hardware/google/aemu/base/ |
D | GraphicsObjectCounter.cpp | 60 static GraphicsObjectCounter* g = new GraphicsObjectCounter; in sGlobal() local
|
D | GLObjectCounter.cpp | 94 static GLObjectCounter* g = new GLObjectCounter; in sGlobal() local
|
/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/ |
D | ComposerCommandBuffer.h | 105 float g = readFloat(); in readFloatColor() local
|
/hardware/google/gfxstream/host/compressedTextureFormats/ |
D | AstcCpuDecompressor_unittest.cpp | 34 uint8_t r, g, b, a; member
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_image.cpp | 110 int g = data8[(4 * dim_x * y) + (4 * x + 1)]; in determine_image_components() local 131 int g = data16[(4 * dim_x * y) + (4 * x + 1)]; in determine_image_components() local 155 float g = data32[(4 * dim_x * y) + (4 * x + 1)]; in determine_image_components() local
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLutils.cpp | 56 #define COLOR_BITS_CASE(format, r, g, b, a) \ in glFormatToChannelBits() argument
|
/hardware/google/gfxstream/common/detector/ |
D | Image.cpp | 101 uint8_t g = GetChannel(pixel, gChannelMask); in LoadRGBAFromBitmapFile() local 237 const uint8_t g, in ConvertRGBA8888PixelToYUV() 268 const uint8_t g = *input; in ConvertRGBA8888ToYUV420() local
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 395 static void google_orientation_geomagnetic(float *g) in google_orientation_geomagnetic() 426 static void google_orientation_6_axis(float *g) in google_orientation_6_axis() 457 static void google_orientation(float *g) in google_orientation()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | stress_iio.c | 503 bool g, a; variable 508 bool g, a, out; in run_enable_sequence() local 626 bool g, a, out; in run_dmp_off() local
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 441 static void google_orientation_geomagnetic(float *g) in google_orientation_geomagnetic() 472 static void google_orientation_6_axis(float *g) in google_orientation_6_axis() 503 static void google_orientation(float *g) in google_orientation()
|