Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/device/google/contexthub/lib/nanohub/
Dsha2.c68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
88 g = state->h[6]; in sha2processBlock()
94 uint32_t ch = (e & f) ^ ((~e) & g); in sha2processBlock()
100 h = g; in sha2processBlock()
101 g = f; in sha2processBlock()
117 state->h[6] += g; in sha2processBlock()
/device/generic/car/tools/
DREADME.md6 - Link it into an Android source tree, e.g.:
26 * You should edit the xml, e.g. ZIP_FILE_SIZE, SHASUM, zip url & etc. accordingly.
42 …al_avd.sh allows you to setup and run multiple AVDs. You can crease a script for each of them. e.g.
52 …ted as the following default settings at the 1st run. You can also change them at the 1st run, e.g.
65 The AVD can also be changed by editing the AVD config.ini directily, e.g. at:
71 …rtup options](https://developer.android.com/studio/run/emulator-commandline#common) as needed. E.g.
/device/linaro/dragonboard/shared/utils/pd-mapper/
Dassoc.c42 unsigned long g; in assoc_hash() local
47 g = hash & 0xF0000000L; in assoc_hash()
48 if (g) in assoc_hash()
49 hash ^= g >> 24; in assoc_hash()
50 hash &= ~g; in assoc_hash()
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c346 struct Vec3 g, a; in updateOutput() local
367 initVec3(&g, R.elem[0][2], R.elem[1][2], R.elem[2][2]); in updateOutput()
368 vec3ScalarMul(&g, kGravityEarth); in updateOutput()
371 g.x, in updateOutput()
372 g.y, in updateOutput()
373 g.z)) { in updateOutput()
383 initVec3(&g, R.elem[0][2], R.elem[1][2], R.elem[2][2]); in updateOutput()
384 vec3ScalarMul(&g, kGravityEarth); in updateOutput()
392 a.x - g.x, in updateOutput()
393 a.y - g.y, in updateOutput()
[all …]
/device/generic/car/emulator/usbpt/protocan/protocanbus/
DVehicleBus.cpp38 std::lock_guard<std::mutex> g(mLock); in setOnNewPropValuesCallback() local
54 std::lock_guard<std::mutex> g(mLock); in unsetOnNewPropValuesCallback() local
69 std::lock_guard<std::mutex> g(mLock); in sendPropertyEvent() local
91 std::lock_guard<std::mutex> g(mLock); in handleBinderDied() local
/device/linaro/hikey/factory-images/
Dgenerate-factory-images-hikey.sh38 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/ptable-aosp-8g.img tmp/$PRODUCT-$VERSION/
39 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/ptable-aosp-4g.img tmp/$PRODUCT-$VERSION/
78 PTABLE=ptable-aosp-8g.img
83 PTABLE=ptable-aosp-4g.img
/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.cpp53 std::lock_guard<std::mutex> g{mMemoryMutex}; in getMemorySlot() local
79 std::lock_guard<std::mutex> g{mMemoryMutex}; in returnMemorySlot() local
157 std::lock_guard<std::mutex> g{sSingletonMutex}; in getInstance() local
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
Dgoldfish_media_utils.cpp53 std::lock_guard<std::mutex> g{mMemoryMutex}; in getMemorySlot() local
81 std::lock_guard<std::mutex> g{mMemoryMutex}; in returnMemorySlot() local
163 std::lock_guard<std::mutex> g{sSingletonMutex}; in getInstance() local
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dmsm_mdp.h309 uint32_t g; member
563 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member
566 uint32_t c, r, g, b, rg, gb, rb, rgb; member
569 struct mdp_pcc_coeff_v1_7 r, g, b; member
575 struct mdp_pcc_coeff r, g, b; member
673 uint32_t * g; member
/device/google/sunfish-kernel/sm7150/original-kernel-headers/linux/
Dmsm_mdp.h358 uint32_t g; member
661 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member
665 uint32_t c, r, g, b, rg, gb, rb, rgb; member
669 struct mdp_pcc_coeff_v1_7 r, g, b; member
676 struct mdp_pcc_coeff r, g, b; member
868 uint32_t *g; member
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c392 static float getLuxFromAlsData(uint16_t c, uint16_t r, uint16_t g, uint16_t b) in getLuxFromAlsData() argument
398 g >= AMS_TMD4903_MAX_ALS_CHANNEL_COUNT || b >= AMS_TMD4903_MAX_ALS_CHANNEL_COUNT) in getLuxFromAlsData()
402 ((c * ALS_C_COEFF) + (r * ALS_R_COEFF) + (g * ALS_G_COEFF) + (b * ALS_B_COEFF)) / in getLuxFromAlsData()
752 uint16_t g = *(uint16_t*)(xfer->txrxBuf+4); in handleAlsSample() local
756 sample.fdata = getLuxFromAlsData(c, r, g, b); in handleAlsSample()
757 DEBUG_PRINT("als sample ready: c=%u r=%u g=%u b=%u, gain=%dx, lux=%d\n", c, r, g, b, in handleAlsSample()
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dmsm_mdp.h358 uint32_t g; member
661 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member
665 uint32_t c, r, g, b, rg, gb, rb, rgb; member
669 struct mdp_pcc_coeff_v1_7 r, g, b; member
676 struct mdp_pcc_coeff r, g, b; member
868 uint32_t *g; member
/device/google/sunfish-kernel/sm7150/kernel-headers/linux/
Dmsm_mdp.h309 uint32_t g; member
563 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member
566 uint32_t c, r, g, b, rg, gb, rb, rgb; member
569 struct mdp_pcc_coeff_v1_7 r, g, b; member
575 struct mdp_pcc_coeff r, g, b; member
673 uint32_t * g; member
/device/google/redbull-kernel/sm7250/kernel-headers/linux/
Dmsm_mdp.h297 uint32_t g; member
551 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member
554 uint32_t c, r, g, b, rg, gb, rb, rgb; member
557 struct mdp_pcc_coeff_v1_7 r, g, b; member
563 struct mdp_pcc_coeff r, g, b; member
661 uint32_t * g; member
/device/google/redbull-kernel/sm7250/original-kernel-headers/linux/
Dmsm_mdp.h363 uint32_t g; member
666 uint32_t c, r, g, b, rr, gg, bb, rg, gb, rb, rgb_0, rgb_1; member
670 uint32_t c, r, g, b, rg, gb, rb, rgb; member
674 struct mdp_pcc_coeff_v1_7 r, g, b; member
681 struct mdp_pcc_coeff r, g, b; member
873 uint32_t *g; member
/device/google/contexthub/firmware/app/
Dapp.mk27 path to the toolchain directory plus the binary prefix, e.g. export \
88 CXX := $(PREFIX)g++
169 LD := $(PREFIX)g++
/device/google/akita/location/gnssd/release/
Dgps.cfg82 ## E.g. Use Kyocera, and ignore CP's polynomial: DCXO_CrystalType=0x11
83 ## E.g. Use KDS, and Use CP's polynomial: DCXO_CrystalType=0x05
88 # Value is degrees C x 100 E.g. 2855 = 28.55 deg C
/device/generic/car/emulator/vhal_v2_0/
DVehicleEmulator.h57 std::lock_guard<std::mutex> g(mEmulatorLock); in registerEmulator()
63 std::lock_guard<std::mutex> g(mEmulatorLock); in getEmulatorOrDie()
/device/google/caimito/location/ripcurrent24/userdebug/
Dgps.cfg89 ## E.g. Use Kyocera, and ignore CP's polynomial: DCXO_CrystalType=0x11
90 ## E.g. Use KDS, and Use CP's polynomial: DCXO_CrystalType=0x05
96 # Value is degrees C x 100 E.g. 2855 = 28.55 deg C
/device/google/comet/location/userdebug/
Dgps.cfg89 ## E.g. Use Kyocera, and ignore CP's polynomial: DCXO_CrystalType=0x11
90 ## E.g. Use KDS, and Use CP's polynomial: DCXO_CrystalType=0x05
96 # Value is degrees C x 100 E.g. 2855 = 28.55 deg C
/device/google/caimito/location/tokay/userdebug/
Dgps.cfg89 ## E.g. Use Kyocera, and ignore CP's polynomial: DCXO_CrystalType=0x11
90 ## E.g. Use KDS, and Use CP's polynomial: DCXO_CrystalType=0x05
96 # Value is degrees C x 100 E.g. 2855 = 28.55 deg C
/device/google/caimito/location/komodo/userdebug/
Dgps.cfg89 ## E.g. Use Kyocera, and ignore CP's polynomial: DCXO_CrystalType=0x11
90 ## E.g. Use KDS, and Use CP's polynomial: DCXO_CrystalType=0x05
96 # Value is degrees C x 100 E.g. 2855 = 28.55 deg C
/device/google/caimito/location/caiman/userdebug/
Dgps.cfg89 ## E.g. Use Kyocera, and ignore CP's polynomial: DCXO_CrystalType=0x11
90 ## E.g. Use KDS, and Use CP's polynomial: DCXO_CrystalType=0x05
96 # Value is degrees C x 100 E.g. 2855 = 28.55 deg C
/device/google/caimito/location/ripcurrentpro/userdebug/
Dgps.cfg89 ## E.g. Use Kyocera, and ignore CP's polynomial: DCXO_CrystalType=0x11
90 ## E.g. Use KDS, and Use CP's polynomial: DCXO_CrystalType=0x05
96 # Value is degrees C x 100 E.g. 2855 = 28.55 deg C
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto158 // e.g., "linux.ftrace", "chromium.tracing"
357 // the specified tracing agent label (e.g. "traceEvents") will be returned.
478 // non-Perfetto sources (e.g., logging to the console, ETW) when using the
513 // Provides a breakdown of energy estimation for various subsystem (e.g. GPU).
610 // E.g. surfaceflinger, com.android.phone
614 // E.g. /system/bin/surfaceflinger@1.0 normalizes to surfaceflinger.
630 // Which heaps to sample, e.g. "libc.malloc". If left empty, only samples
636 // Which heaps not to sample, e.g. "libc.malloc". This is useful when used in
686 // E.g. /system to not emit symbols for any system libraries.
768 // E.g. /system/bin/surfaceflinger@1.0 normalizes to surfaceflinger.
[all …]

12345678910>>...13