Searched refs:thread (Results 151 - 159 of 159) sorted by relevance

1234567

/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp73 // Attempts to set the scheduler class and partiton for the current thread.
170 post_thread_ = std::thread(&HardwareComposer::PostThread, this);
185 // Update the post thread quiescent state based on idle and suspended inputs.
192 // thread should be suspended.
215 // Wait until the post thread is in the requested state.
468 // handle. This callback sets the post thread active state once the transition
507 ALOGI("VrHwcPost thread interrupted");
690 // there may have been a startup timing issue between this thread and
691 // performanced. Try again later when this thread becomes active.
913 // signals. We bypass this callback thread b
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java166 * This manages the execution of the main thread in an
216 * Denotes the sequence number of the process state change for which the main thread needs
384 // Can only be accessed from the UI thread. This represents the latest processed message
1353 * the main thread that it needs to wait for the network rules to get updated before
3199 * BroadcastReceiver on this thread, or null if none.
5454 // Register the UI Thread as a sensitive thread to the runtime.
5497 // main thread so the main looper is set right.
5567 * on the main event loop / UI thread. This is what ultimately throws
5780 // test thread at this point, and we don't want that racing.
5874 // There is a possible race here. Another thread ma
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java833 // Dump thread traces as quickly as we can, starting with "interesting" processes.
849 if (r != null && r.thread != null) {
H A DActivityStarter.java1151 && top.app != null && top.app.thread != null
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java487 HandlerThread thread = new HandlerThread(TAG);
488 thread.start();
489 mHandler = new Handler(thread.getLooper(), mHandlerCallback);
491 // We create another thread for the UID events, which are more time-critical.
628 // Boost thread's priority during system server init
823 // on background handler thread, and POWER_SAVE_WHITELIST_CHANGED is protected
846 // on background handler thread, and PACKAGE_ADDED is protected
866 // on background handler thread, and UID_REMOVED is protected
885 // on background handler thread, and USER_ADDED and USER_REMOVED
920 // on background handler thread, an
[all...]
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp37 #include <thread>
H A DSurface_test.cpp36 #include <thread>
/frameworks/native/libs/vr/libpdx/
H A Dserialization_tests.cpp7 #include <thread>
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 201 milliseconds

1234567