Home
last modified time | relevance | path

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

/system/bt/embdrv/g722/
Dg722_enc_dec.h54 #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/update_engine/aosp/
Ddynamic_partition_test_utils.h125 auto* g = manifest->mutable_dynamic_partition_metadata()->add_groups(); in AddGroup() local
170 auto* g = AddGroup(&manifest, std::string(kDefaultGroup), kDefaultGroupSize); in PartitionSizesToManifest() local
Ddynamic_partition_control_android_unittest.cc569 auto* g = AddGroup(manifest, group, group_size); in AddGroupAndPartition() local
606 auto* g = AddGroup(&expected, T("android"), 3_GiB); in TEST_P() local
/system/logging/logd/
DLogPermissions.cpp116 gid_t g[4] = { (gid_t)-1, (gid_t)-1, (gid_t)-1, (gid_t)-1 }; in clientHasLogCredentials() local
/system/extras/runconuid/
Drunconuid.cpp106 gid_t g; in lookup_gid() local
/system/core/healthd/
DAnimationParser.cpp58 int* g = &field->color_g; in parse_text_field() local
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DFrameBufferBuffer.java79 public void paint(Graphics g) { in paint()
387 public void paint(Graphics g) { in paint()
/system/extras/simpleperf/scripts/
Dreport_html.js1303 _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/core/fs_mgr/libsnapshot/
Dsnapshot_metadata_updater_test.cpp108 auto g = builder_->FindGroup(T(name)); in CheckGroupSize() local
/system/teeui/libteeui/src/
Dutils.cpp130 PxVec g = b - d; in intersect() local
/system/core/fs_mgr/liblp/
Dutility.cpp284 for (auto* g : new_group_ptrs) new_groups.emplace_back(std::move(*g)); in UpdateMetadataForInPlaceSnapshot() local
/system/tools/hidl/c2hal/test/
Dtest.h47 #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/
DHidlTestJava.java1584 public LargeSafeUnion setG(LargeSafeUnion safeUnion, String g) { in setG()
1707 InterfaceTypeSafeUnion safeUnion, ArrayList<NativeHandle> g) { in setInterfaceG()
/system/apex/apexd/
Dapexservice_test.cpp398 struct group* g = getgrnam("system"); in Prepare() local