Home
last modified time | relevance | path

Searched refs:observe (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/core/java/android/os/
DFileObserver.java85 observe(m_fd); in run()
130 private native void observe(int fd); in observe() method in FileObserver.ObserverThread
/frameworks/av/media/libmediaplayerservice/
DHDCP.cpp163 static_cast<HDCP *>(me)->observe(msg, ext1, ext2); in ObserveWrapper()
166 void HDCP::observe(int msg, int ext1, int ext2) { in observe() function in android::HDCP
DHDCP.h58 void observe(int msg, int ext1, int ext2);
/frameworks/base/services/core/java/com/android/server/
DNetworkTimeUpdateService.java122 mSettingsObserver.observe(mContext); in systemRunning()
287 void observe(Context context) { in observe() method in NetworkTimeUpdateService.SettingsObserver
DConnectivityService.java797 mSettingsObserver.observe( in registerSettingsCallbacks()
802 mSettingsObserver.observe( in registerSettingsCallbacks()
2919 void observe(Uri uri, int what) { in observe() method in ConnectivityService.SettingsObserver
/frameworks/base/docs/html/training/notepad/
Dnotepad-extra-credit.jd11 <li><em>How to set breakpoints to observe execution</em> </li>
/frameworks/base/docs/html/training/articles/
Dsmp.jd409 <p>On x86 SMP, this is guaranteed to work. Thread 2 will observe the stores
410 made by thread 1 in program order, and thread 1 will observe thread 2’s loads in
491 observe the write to A before they observe the write to B. It makes no
535 <p>Thread 2 could observe thread 1’s store of B=1 before it observe’s thread 1’s
568 (Answer: now you need one, or you could observe B==0 / A==41 on the third core.)
713 to happen in thread 3 does not mean that thread 3 will observe the stores in
888 <p>The memory barrier is necessary to ensure that other threads observe the
889 acquisition of the lock before they observe any loads or stores in the critical
924 other threads will stay out until they observe the store of 0. If it takes a
925 little while for them to observe it, the other threads will spin a little
[all …]
/frameworks/base/tools/orientationplot/
DREADME.txt44 and the latency for orientation detection goes up. One way to observe this
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java147 mSettingsObserver.observe(); in onBootPhaseAppsCanStart()
608 private void observe() { in observe() method in ManagedServices.SettingsObserver
DZenModeHelper.java104 mSettingsObserver.observe(); in ZenModeHelper()
696 public void observe() { in observe() method in ZenModeHelper.SettingsObserver
DNotificationManagerService.java805 void observe() { in observe() method in NotificationManagerService.SettingsObserver
1017 mSettingsObserver.observe(); in onBootPhase()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java124 mSettingsObserver.observe(); in onStart()
623 private void observe() { in observe() method in MediaSessionService.SettingsObserver
/frameworks/base/docs/html/tools/debugging/
Ddebugging-memory.jd367 <p>For further analysis, you may want to observe how your app's memory is
492 you should observe:
/frameworks/base/docs/html/distribute/essentials/
Doptimizing-your-app.jd377 try out your app and observe them as they interact with it. Look for cases
/frameworks/base/docs/html-intl/intl/pt-br/preview/
Dlicense.jd7 Como descrito abaixo, observe que isto é uma versão de prévia do Android SDK, sujeita a alterações,…
Dapi-overview.jd108 autenticação de impressão digital, observe que cada aplicativo deve autenticar a impressão digital …
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd244 results are returned. Because scanning is battery-intensive, you should observe
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd1014 Trigger and observe in the notications drawer all types of notifications
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java705 void observe() { in observe() method in PhoneWindowManager.SettingsObserver
1363 mSettingsObserver.observe(); in init()
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd343 Android 4.3, apps can <strong>observe the stream of notifications</strong> with the
464 <p>Starting in Android 4.3, accessibility services can <strong>observe and
Dandroid-4.3.jd1043 <p>To observe all the events during a test, create an implementation of {@link
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd1455 <li>Fixed {@code ndk-build} to observe {@code NDK_APP_OUT} set in {@code Application.mk}.