Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 46) sorted by relevance

12

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp40 MuxGuard g(mLock); in registerProperty() local
46 MuxGuard g(mLock); in writeValue() local
72 MuxGuard g(mLock); in removeValue() local
81 MuxGuard g(mLock); in removeValuesForProperty() local
87 MuxGuard g(mLock); in readAllValues() local
98 MuxGuard g(mLock); in readValuesForProperty() local
109 MuxGuard g(mLock); in readValueOrNull() local
118 MuxGuard g(mLock); in readValueOrNull() local
125 MuxGuard g(mLock); in getAllConfigs() local
135 MuxGuard g(mLock); in getConfigOrNull() local
DSubscriptionManager.cpp93 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
DVehicleObjectPool.cpp95 std::lock_guard<std::mutex> g(mLock); in obtainRecylable() local
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp100 std::scoped_lock<std::mutex> g(mLock); in registerProperty() local
111 std::scoped_lock<std::mutex> g(mLock); in writeValue() local
161 std::scoped_lock<std::mutex> g(mLock); in removeValue() local
175 std::scoped_lock<std::mutex> g(mLock); in removeValuesForProperty() local
186 std::scoped_lock<std::mutex> g(mLock); in readAllValues() local
201 std::scoped_lock<std::mutex> g(mLock); in readValuesForProperty() local
218 std::scoped_lock<std::mutex> g(mLock); in readValue() local
233 std::scoped_lock<std::mutex> g(mLock); in readValue() local
245 std::scoped_lock<std::mutex> g(mLock); in getAllConfigs() local
256 std::scoped_lock<std::mutex> g(mLock); in getConfig() local
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.cpp40 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/
DMediaH264DecoderDefault.cpp56 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
DMediaVpxDecoder.cpp81 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
DMediaCudaVideoHelper.cpp406 std::lock_guard<std::mutex> g(mFrameLock); in HandlePictureDisplay() local
DMediaH264DecoderCuvid.cpp314 std::lock_guard<std::mutex> g(mFrameLock); in getImage() local
686 std::lock_guard<std::mutex> g(mFrameLock); in HandlePictureDisplay() local
/hardware/google/easel/amber/camera/libhdrplusclient/
DHdrPlusClientUtils.cpp30 static status_t getRgb(uint8_t *r, uint8_t *g, uint8_t* b, uint32_t x, uint32_t y, in getRgb()
102 uint8_t r, g, b; in writePpm() local
168 uint8_t r, g, b; in comparePpm() local
/hardware/knowles/athletico/sound_trigger_hal/tests/
Dcrash_trigger_test.c81 int g; in main() local
/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
DComposerCommandBuffer.h112 float g = readFloat(); in readFloatColor() local
/hardware/google/graphics/gs101/include/histogram/
DHistogramInfo.h38 void setHistogramWeights(uint16_t r, uint16_t g, uint16_t b) { in setHistogramWeights()
/hardware/google/aemu/base/
DGLObjectCounter.cpp94 static GLObjectCounter* g = new GLObjectCounter; in sGlobal() local
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dhal_outputs.c395 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/
Dstress_iio.c503 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/
Dhal_outputs.c441 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()
/hardware/libhardware/tests/hwc/
Dutil.c146 EGLint r,g,b,a; in select_config_for_window() local
/hardware/interfaces/tests/safeunion/1.0/default/
DSafeUnion.cpp96 Return<void> SafeUnion::setG(const LargeSafeUnion& myUnion, const hidl_string& g, setG_cb _hidl_cb)… in setG()
251 const hidl_vec<hidl_handle>& g, setInterfaceG_cb _hidl_cb) { in setInterfaceG()
/hardware/libhardware/include/hardware/
Dhwcomposer_defs.h56 uint8_t g; member
63 float g; member
/hardware/google/graphics/common/libacryl/
Dacrylic_layer.cpp94 bool AcrylicCanvas::setImageBuffer(int a, int r, int g, int b, uint32_t attr) in setImageBuffer()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp338 uint32_t g = UINT32(source.g) << 8; in GetUint32Color() local
/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp72 Return<void> Bar::haveAGoober(const Goober &g) { in haveAGoober()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_layers.cpp402 uint32_t g = UINT32(source.g) << 8; in GetUint32Color() local
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp186 Return<void> Foo::haveAGoober(const Goober &g) { in haveAGoober()

12