Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/av/services/audioflinger/fastpath/
DFastMixerState.cpp60 const auto ul = strtoul(value, &endptr, 0); in sMaxFastTracksInit() local
61 if (*endptr == '\0' && kMinFastTracks <= ul && ul <= kMaxFastTracks) { in sMaxFastTracksInit()
62 sMaxFastTracks = (unsigned) ul; in sMaxFastTracksInit()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1791 audio_utils::unique_lock ul(mMutex); in threadLoop() local
1812 ul.unlock(); in threadLoop()
1816 ul.lock(); in threadLoop()
1822 ul.unlock(); in threadLoop()
1824 ul.lock(); in threadLoop()
1830 ul.unlock(); in threadLoop()
1832 ul.lock(); in threadLoop()
1842 ul.unlock(); in threadLoop()
1844 ul.lock(); in threadLoop()
1854 ul.unlock(); in threadLoop()
[all …]
/frameworks/rs/script_api/
Drs_allocation_data.spec22 <ul>
28 </ul>
Drs_io.spec20 These functions are used to:<ul>
23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
Drs_value_types.spec41 Single entries can be accessed by following the variable name with a dot and:<ul>
44 <li>The letter s or S, followed by a zero based index.</li></ul>
Drs_vector_math.spec28 functions. Functions with a name starting with<ul>
34 </ul>
Drs_math.spec42 functions. Functions with a name starting with<ul>
48 </ul>
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
Dsetelementat.rscript19 ulong ul = 4;
33 rsSetElementAt(A, &ul, 0, 0);
/frameworks/compile/slang/tests/P_export_types_v20/
Dexport_types.rscript16 unsigned long ul = 13;
/frameworks/compile/slang/tests/P_export_types/
Dexport_types.rscript17 unsigned long ul = 13;
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_agree.rscript42 DECLARE_INPUT_SET(ulong, ul);
65 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func);
308 #define TEST_UL1_UL1(func) TEST_VEC1_VEC1(func, ul)
309 #define TEST_UL2_UL2(func) TEST_VEC2_VEC2(func, ul)
310 #define TEST_UL3_UL3(func) TEST_VEC3_VEC3(func, ul)
311 #define TEST_UL4_UL4(func) TEST_VEC4_VEC4(func, ul)
381 DECLARE_TEMP_SET(ulong, ul);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath_agree.rscript44 DECLARE_INPUT_SET(ulong, ul);
67 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func);
310 #define TEST_UL1_UL1(func) TEST_VEC1_VEC1(func, ul)
311 #define TEST_UL2_UL2(func) TEST_VEC2_VEC2(func, ul)
312 #define TEST_UL3_UL3(func) TEST_VEC3_VEC3(func, ul)
313 #define TEST_UL4_UL4(func) TEST_VEC4_VEC4(func, ul)
383 DECLARE_TEMP_SET(ulong, ul);
Dapitest.rscript76 volatile ulong ul;
323 ul = rsGetElementAt_ulong(aULong, 0);
324 rsSetElementAt_ulong(aULong, ul, 0);
325 ul = rsGetElementAt_ulong(aULong, 0, 0);
326 rsSetElementAt_ulong(aULong, ul, 0, 0);
327 ul = rsGetElementAt_ulong(aULong, 0, 0, 0);
328 rsSetElementAt_ulong(aULong, ul, 0, 0, 0);
1159 rsDebug("", ul);
/frameworks/base/packages/SystemUI/docs/device-entry/
Dglossary.md8ul><li>Quick Settings - users can swipe down from the top of the screen to interact with quick set…
30ul><li> sliding finger on the screen to the UDFPS area to being authentication (as opposed to dire…
/frameworks/av/media/utils/
DTimerThread.cpp434 std::unique_lock ul(mMutex); in remove() local
440 ul.unlock(); // manually release lock here so func (data.second) in remove()
451 ul.unlock(); // manually release lock here so func (data.second) in remove()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript74 volatile ulong ul;
321 ul = rsGetElementAt_ulong(aULong, 0);
322 rsSetElementAt_ulong(aULong, ul, 0);
323 ul = rsGetElementAt_ulong(aULong, 0, 0);
324 rsSetElementAt_ulong(aULong, ul, 0, 0);
325 ul = rsGetElementAt_ulong(aULong, 0, 0, 0);
326 rsSetElementAt_ulong(aULong, ul, 0, 0, 0);
1157 rsDebug("", ul);
/frameworks/minikin/libs/minikin/
DLocale.h83 mSubScriptBits(0ul), in Locale()
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rscript108 BENCH_BASIC_OP_TYPE(op, ul) \
131 BENCH_CVT(to, ul, type); \
299 BENCH_CVT_MATRIX(ul, ulong);
/frameworks/av/services/audioflinger/
DTracks.cpp894 audio_utils::unique_lock ul(thread->mutex()); in destroy() local
895 thread->waitWhileThreadBusy_l(ul); in destroy()
1197 audio_utils::unique_lock ul(thread->mutex()); in start() local
1198 thread->waitWhileThreadBusy_l(ul); in start()
1324 audio_utils::unique_lock ul(thread->mutex()); in stop() local
1325 thread->waitWhileThreadBusy_l(ul); in stop()
1361 audio_utils::unique_lock ul(thread->mutex()); in pause() local
1362 thread->waitWhileThreadBusy_l(ul); in pause()
1400 audio_utils::unique_lock ul(thread->mutex()); in flush() local
1401 thread->waitWhileThreadBusy_l(ul); in flush()
DIAfThread.h396 virtual void waitWhileThreadBusy_l(audio_utils::unique_lock& ul)
DThreads.cpp380 unsigned long ul = strtoul(value, &endptr, 0); in sFastTrackMultiplierInit() local
381 if (*endptr == '\0' && kFastTrackMultiplierMin <= ul && ul <= kFastTrackMultiplierMax) { in sFastTrackMultiplierInit()
382 sFastTrackMultiplier = (int) ul; in sFastTrackMultiplierInit()
3535 unsigned long ul = strtoul(value, &endptr, 0); in checkSilentMode_l() local
3536 if (*endptr == '\0' && ul != 0) { in checkSilentMode_l()
11179 unsigned long ul = strtoul(value, &endptr, 0); in checkSilentMode_l() local
11180 if (*endptr == '\0' && ul != 0) { in checkSilentMode_l()
DThreads.h621 void waitWhileThreadBusy_l(audio_utils::unique_lock& ul) final REQUIRES(mutex()) { in waitWhileThreadBusy_l() argument
623 mThreadBusyCv.wait(ul, [&]{ return mThreadBusy == false;}); in waitWhileThreadBusy_l()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h271 inline WorkQueue() : mFlush(false), mGeneration(0ul) {} in WorkQueue()
/frameworks/av/media/libaudioclient/
DAudioEffect.cpp369 std::unique_lock ul(mLock, std::defer_lock); in command() local
371 ul.lock(); in command()
DAudioSystem.cpp103 std::unique_lock ul(mMutex); in getService() local
128 mCvGetter->wait_for(ul, std::chrono::seconds(1)); in getService()
149 ul.unlock(); in getService()

12