Home
last modified time | relevance | path

Searched refs:looper (Results 1 – 12 of 12) sorted by relevance

/third_party/toybox/tests/
Dfind.test120 ln -s looper dir/looper
124 rm -f dir/looper err
/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp136 const SkLayerDrawLooper* looper) : fCurrRec(looper->fRecs) {} in LayerDrawLooperContext() argument
296 SkLayerDrawLooper* looper = new SkLayerDrawLooper; in detach() local
297 looper->fCount = fCount; in detach()
298 looper->fRecs = fRecs; in detach()
304 return sk_sp<SkDrawLooper>(looper); in detach()
/third_party/skia/modules/androidkit/src/
DSurfaceThread.cpp78 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in pthread_main() local
79 ALooper_addFd(looper, surfaceThread->fPipe[0], 1, ALOOPER_EVENT_INPUT, in pthread_main()
/third_party/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.c101 android_app->looper, LOOPER_ID_INPUT, NULL, in android_app_pre_exec_cmd()
223 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in android_app_entry() local
224 ALooper_addFd(looper, android_app->msgread, LOOPER_ID_MAIN, ALOOPER_EVENT_INPUT, NULL, in android_app_entry()
226 android_app->looper = looper; in android_app_entry()
Dandroid_native_app_glue.h143 ALooper* looper; member
/third_party/toybox/toys/pending/
Dfdisk.c573 int sys_id, looper = 0; in delete_partition() local
589 for (looper = 4; looper < num_parts; looper++) { in delete_partition()
590 pe = &partitions[looper]; in delete_partition()
625 if (i == 4) looper = i+2; in delete_partition()
626 else if (i > 4) looper = i+1; in delete_partition()
627 for (; looper < num_parts; looper++) in delete_partition()
628 partitions[looper-1] = partitions[looper]; in delete_partition()
/third_party/skia/include/effects/
DSkLayerDrawLooper.h105 explicit LayerDrawLooperContext(const SkLayerDrawLooper* looper);
/third_party/skia/tools/sk_app/android/
Dsurface_glue_android.cpp205 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in pthread_main() local
207 ALooper_addFd(looper, skiaAndroidApp->fPipes[0], LOOPER_ID_MESSAGEPIPE, ALOOPER_EVENT_INPUT, in pthread_main()
/third_party/mindspore/patches/
D0013-hiappevent.patch205 + std::cout << "Denying insertion, as the looper is not running.\n";
275 + friend class HandlerThread; // Allow the looper to access the private constructor.
288 + public: // construction, since we want the looper to expose it's dispatcher exclusively!
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp568 SkIntersections::DebugLoop looper = (SkIntersections::DebugLoop) index; in debugAddLoopCount() local
569 if (fDebugLoopCount[index] >= i->debugLoopCount(looper)) { in debugAddLoopCount()
572 fDebugLoopCount[index] = i->debugLoopCount(looper); in debugAddLoopCount()
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libandroid.so.abi20485 …'ALooper' type-id='da89ab6d' filepath='frameworks/native/include/android/looper.h' line='47' colum…
20486 …backFunc' type-id='d08b57b3' filepath='frameworks/native/include/android/looper.h' line='168' colu…
21133 …<parameter type-id='863667dd' name='looper' filepath='frameworks/base/native/android/input.cpp' li…
21170 …<abi-instr address-size='32' path='frameworks/base/native/android/looper.cpp' language='LANG_C_plu…
21177 …angled-name='ALooper_forThread' filepath='frameworks/base/native/android/looper.cpp' line='36' col…
21180 … mangled-name='ALooper_prepare' filepath='frameworks/base/native/android/looper.cpp' line='40' col…
21181 …<parameter type-id='95e97e5e' name='opts' filepath='frameworks/base/native/android/looper.cpp' lin…
21184 … mangled-name='ALooper_acquire' filepath='frameworks/base/native/android/looper.cpp' line='44' col…
21185 …<parameter type-id='863667dd' name='looper' filepath='frameworks/base/native/android/looper.cpp' l…
21188 … mangled-name='ALooper_release' filepath='frameworks/base/native/android/looper.cpp' line='48' col…
[all …]
/third_party/NuttX/
DReleaseNotes33802 …](https://github.com/apache/nuttx/pull/7925) sim: fb: remove the lpwork in fb, merge to looper task