/frameworks/av/services/audioflinger/fastpath/ |
D | FastMixerState.cpp | 60 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/ |
D | AudioPolicyService.cpp | 1791 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/ |
D | rs_allocation_data.spec | 22 <ul> 28 </ul>
|
D | rs_io.spec | 20 These functions are used to:<ul> 23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
|
D | rs_value_types.spec | 41 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>
|
D | rs_vector_math.spec | 28 functions. Functions with a name starting with<ul> 34 </ul>
|
D | rs_math.spec | 42 functions. Functions with a name starting with<ul> 48 </ul>
|
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | setelementat.rscript | 19 ulong ul = 4; 33 rsSetElementAt(A, &ul, 0, 0);
|
/frameworks/compile/slang/tests/P_export_types_v20/ |
D | export_types.rscript | 16 unsigned long ul = 13;
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rscript | 17 unsigned long ul = 13;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_agree.rscript | 42 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/ |
D | math_agree.rscript | 44 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);
|
D | apitest.rscript | 76 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/ |
D | glossary.md | 8 …ul><li>Quick Settings - users can swipe down from the top of the screen to interact with quick set… 30 …ul><li> sliding finger on the screen to the UDFPS area to being authentication (as opposed to dire…
|
/frameworks/av/media/utils/ |
D | TimerThread.cpp | 434 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/ |
D | apitest.rscript | 74 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/ |
D | Locale.h | 83 mSubScriptBits(0ul), in Locale()
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 108 BENCH_BASIC_OP_TYPE(op, ul) \ 131 BENCH_CVT(to, ul, type); \ 299 BENCH_CVT_MATRIX(ul, ulong);
|
/frameworks/av/services/audioflinger/ |
D | Tracks.cpp | 894 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()
|
D | IAfThread.h | 396 virtual void waitWhileThreadBusy_l(audio_utils::unique_lock& ul)
|
D | Threads.cpp | 380 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()
|
D | Threads.h | 621 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/ |
D | SimpleC2Component.h | 271 inline WorkQueue() : mFlush(false), mGeneration(0ul) {} in WorkQueue()
|
/frameworks/av/media/libaudioclient/ |
D | AudioEffect.cpp | 369 std::unique_lock ul(mLock, std::defer_lock); in command() local 371 ul.lock(); in command()
|
D | AudioSystem.cpp | 103 std::unique_lock ul(mMutex); in getService() local 128 mCvGetter->wait_for(ul, std::chrono::seconds(1)); in getService() 149 ul.unlock(); in getService()
|