| /system/bt/embdrv/g722/ |
| D | g722_enc_dec.h | 54 #define NLDECOMPRESS_APPLY_GAIN(s,g) (((s) * (int32_t)(g)) >> 16) argument 56 #define NLDECOMPRESS_APPLY_GAIN_CONVERTED_DAC(s,g) (uint16_t)((uint16_t)(((s) * (int32_t)(g)) >> 20… argument 58 #define NLDECOMPRESS_APPLY_GAIN(s,g) (((int32_t)(s) * (int32_t)(g)) >> 16) argument 62 #define NLDECOMPRESS_PREPROCESS_PCM_SAMPLE_WITH_GAIN(s,g) NLDECOMPRESS_APPLY_GAIN_CONVERTED_DAC((s)… argument 63 #define NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN(s,g) ((int16_t)NLDECOMPRESS_APPLY_GAIN((s),(g))) argument 66 #define NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN(s,g) ((int16_t)(NLDECOMPRESS_APPLY_GAIN((s),(g)))) argument
|
| /system/core/logd/ |
| D | LogCommand.cpp | 124 gid_t g[4] = { (gid_t)-1, (gid_t)-1, (gid_t)-1, (gid_t)-1 }; in clientHasLogCredentials() local
|
| /system/extras/runconuid/ |
| D | runconuid.cpp | 106 gid_t g; in lookup_gid() local
|
| /system/core/libpixelflinger/ |
| D | clear.cpp | 147 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a) in ggl_clearColorx()
|
| D | pixelflinger.cpp | 282 const int32_t g = gglClampx(color[1]); in ggl_fogColor3xv() local 372 const GGLclampx g = gglClampx(params[1]); in ggl_texEnvxv() local 513 GGLboolean g, in ggl_colorMask()
|
| D | buffer.cpp | 260 GGLcolor r, GGLcolor g, GGLcolor b, GGLcolor a) in ggl_pack_color()
|
| D | scanline.cpp | 655 GGLcolor r, g, b, a; in scanline() local 1140 uint32_t g = (s >> 8) & 0xff; in abgr8888ToRgb565() local 1254 const int g = c->iterators.ydgdy >> (GGL_COLOR_BITS-8); in init() local
|
| /system/core/healthd/ |
| D | AnimationParser.cpp | 58 int* g = &field->color_g; in parse_text_field() local
|
| /system/extras/simpleperf/scripts/ |
| D | report_html.js | 1303 _adjustTextSizeForNode(g) { argument 1327 this.svg.find('g').each(function(_, g) { argument 1357 function displayFromElement(g) { argument 1370 thisObj.svg.find('g').each(function(_, g) { argument
|
| /system/tools/hidl/c2hal/test/ |
| D | test.h | 47 #define g 1l + 3 macro 254 int g[4+4][6 * 6][]; member
|
| /system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
| D | HidlTestJava.java | 1454 public LargeSafeUnion setG(LargeSafeUnion safeUnion, String g) { in setG() 1577 InterfaceTypeSafeUnion safeUnion, ArrayList<NativeHandle> g) { in setInterfaceG()
|
| /system/update_engine/ |
| D | boot_control_android_unittest.cc | 112 std::ostream& operator<<(std::ostream& os, const PartitionMetadata::Group& g) { in operator <<()
|
| /system/tools/hidl/test/hidl_test/ |
| D | hidl_test_client.cpp | 2571 IGraph::Graph g; in TEST_F() local 2589 IGraph::Graph g; in TEST_F() local
|
| /system/apex/apexd/ |
| D | apexservice_test.cpp | 351 struct group* g = getgrnam("system"); in Prepare() local
|