Home
last modified time | relevance | path

Searched defs:acc (Results 1 – 25 of 43) sorted by relevance

12

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp94 AutoCallerClear acc; in doOnNewAudioModulesAvailable() local
123 AutoCallerClear acc; in setDeviceConnectionState() local
144 AutoCallerClear acc; in getDeviceConnectionState() local
170 AutoCallerClear acc; in handleDeviceConfigChange() local
204 AutoCallerClear acc; in setPhoneState() local
242 AutoCallerClear acc; in setForceUse() local
261 AutoCallerClear acc; in getForceUse() local
283 AutoCallerClear acc; in getOutput() local
344 AutoCallerClear acc; in getOutputForAttr() local
439 AutoCallerClear acc; in startOutput() local
[all …]
/aosp12/art/test/550-checker-multiply-accumulate/src/
H A DMain.java79 public static int $opt$noinline$mulAdd(int acc, int left, int right) { in $opt$noinline$mulAdd()
120 public static long $opt$noinline$mulSub(long acc, long left, long right) { in $opt$noinline$mulSub()
171 public static int $opt$noinline$multipleUses1(int acc, int left, int right) { in $opt$noinline$multipleUses1()
228 public static long $opt$noinline$multipleUses2(long acc, long left, long right) { in $opt$noinline$multipleUses2()
280 public static int $opt$noinline$mulPlusOne(int acc, int var) { in $opt$noinline$mulPlusOne()
320 public static long $opt$noinline$mulMinusOne(long acc, long var) { in $opt$noinline$mulMinusOne()
/aosp12/system/teeui/libteeui/example/
H A Dexample_utils.cpp32 double acc = alfa * a + (1 - alfa) * b; in alfaCombineChannel() local
46 auto acc = buffer_[pos]; in drawPixel() local
/aosp12/frameworks/av/media/libeffects/testlibs/
H A DAudioCommon.h55 …_coef_sample_acc_t mac_coef_sample(audio_coef_t x, audio_sample_t y, audio_coef_sample_acc_t acc) { in mac_coef_sample()
60 inline audio_sample_t coef_sample_acc_to_sample(audio_coef_sample_acc_t acc) { in coef_sample_acc_to_sample()
H A DAudioBiquadFilter.cpp163 audio_coef_sample_acc_t acc; in process_normal_mono() local
216 audio_coef_sample_acc_t acc; in process_normal_multi() local
/aosp12/art/test/562-bce-preheader/src/
H A DMain.java27 int acc = 0; in doit() local
51 int acc = 0; in foo() local
/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/
H A D_wcstol.h52 int_type acc, cutoff; in FUNCNAME() local
H A D_wcstoul.h51 uint_type acc, cutoff; in FUNCNAME() local
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.h50 double acc; in db_MultiplyMatrixVectorAtb() local
63 double acc; in db_MultiplyMatricesAB() local
76 double acc; in db_UpperMultiplyMatricesAtB() local
H A Ddb_rob_image_homography.cpp39 double back,acc,*x_i_temp,*xp_i_temp; in db_RobImageHomography_Cost() local
678 double acc; in db_RobImageHomography() local
/aosp12/bionic/libc/bionic/
H A Dstrtol.cpp73 T acc = 0; in StrToI() local
135 T acc = 0; in StrToU() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DSparseArrayUtils.kt68 val acc = sparseArray.get(key) ?: initial regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DTrackedGarbage.java89 ArrayMap<Class<?>, Integer> acc = new ArrayMap<>(); in dump() local
/aosp12/system/media/audio_utils/tests/
H A Dformat_tests.cpp160 uint32_t acc[SAMPLES]; in TEST_P() local
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DAccessoryFilter.java102 public boolean matches(UsbAccessory acc) { in matches()
/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcess.h88 inline void acc(TC coef, const TI*& data) { in acc() function
106 inline void acc(TC coef __unused, const TI*& data __unused) { in acc() function
/aosp12/frameworks/native/services/sensorservice/
H A DSensorFusion.cpp111 const vec3_t acc(event.data); in process() local
H A DSensorService.cpp2226 AutoCallerClear acc; in registerSelf() local
2233 AutoCallerClear acc; in unregisterSelf() local
2271 AutoCallerClear acc; in registerSelfForIndividual() local
/aosp12/system/update_engine/payload_consumer/
H A Dsnapshot_extent_writer_unittest.cc76 operations_.begin(), operations_.end(), 0, [](auto&& acc, auto&& op) { in GetCowSize()
/aosp12/packages/modules/NeuralNetworks/common/
H A DQuantUtils.h38 int32_t acc = bias[row]; in MatrixBatchVectorMultiplyAccumulate() local
/aosp12/system/update_engine/update_manager/
H A Dupdate_manager_unittest.cc180 static void AccumulateCallsCallback(vector<pair<EvalStatus, T>>* acc, in AccumulateCallsCallback()
/aosp12/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.cpp70 BufferInfo acc, cur; in pinSelectedBuffer() local
/aosp12/art/compiler/optimizing/
H A Dcode_generator_vector_arm64_neon.cc1098 VRegister acc = VRegisterFrom(locations->InAt(0)); in VisitVecMultiplyAccumulate() local
1181 VRegister acc = VRegisterFrom(locations->InAt(0)); in VisitVecSADAccumulate() local
1337 VRegister acc = VRegisterFrom(locations->InAt(0)); in VisitVecDotProd() local
H A Dcode_generator_vector_arm64_sve.cc969 const ZRegister acc = ZRegisterFrom(locations->InAt(0)); in VisitVecMultiplyAccumulate() local
1032 const ZRegister acc = ZRegisterFrom(locations->InAt(0)); in VisitVecDotProd() local
H A Dloop_optimization.cc2150 HInstruction* acc = instruction->InputAt(0); in VectorizeSADIdiom() local
2228 HInstruction* const acc = instruction->InputAt(0); in VectorizeDotProdIdiom() local

12