/frameworks/base/core/java/android/os/ |
D | FileObserver.java | 85 observe(m_fd); in run() 130 private native void observe(int fd); in observe() method in FileObserver.ObserverThread
|
/frameworks/av/media/libmediaplayerservice/ |
D | HDCP.cpp | 163 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
|
D | HDCP.h | 58 void observe(int msg, int ext1, int ext2);
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkTimeUpdateService.java | 135 mSettingsObserver.observe(mContext); in systemRunning() 312 void observe(Context context) { in observe() method in NetworkTimeUpdateService.SettingsObserver
|
D | ConnectivityService.java | 816 mSettingsObserver.observe( in registerSettingsCallbacks() 821 mSettingsObserver.observe( in registerSettingsCallbacks() 3107 void observe(Uri uri, int what) { in observe() method in ConnectivityService.SettingsObserver
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 409 <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/ |
D | README.txt | 44 and the latency for orientation detection goes up. One way to observe this
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 163 mSettingsObserver.observe(); in onBootPhaseAppsCanStart() 804 private void observe() { in observe() method in ManagedServices.SettingsObserver
|
D | ZenModeHelper.java | 124 mSettingsObserver.observe(); in ZenModeHelper() 1030 public void observe() { in observe() method in ZenModeHelper.SettingsObserver
|
D | NotificationManagerService.java | 827 void observe() { in observe() method in NotificationManagerService.SettingsObserver 1118 mSettingsObserver.observe(); in onBootPhase()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 124 mSettingsObserver.observe(); in onStart() 626 private void observe() { in observe() method in MediaSessionService.SettingsObserver
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 398 void observe(Uri uri, int what) { in observe() method in DcTracker.SettingsObserver 434 mSettingsObserver.observe( in registerSettingsObserver() 437 mSettingsObserver.observe( in registerSettingsObserver() 440 mSettingsObserver.observe( in registerSettingsObserver()
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | doze-standby.jd | 227 system to enter and exit Doze and observe your app’s behavior. For details, see
|
/frameworks/base/docs/html/distribute/essentials/ |
D | optimizing-your-app.jd | 377 try out your app and observe them as they interact with it. Look for cases
|
/frameworks/base/docs/html-intl/intl/pt-br/preview/ |
D | license.jd | 7 Como descrito abaixo, observe que esta é uma versão de prévia do Android SDK, sujeita a alterações,…
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 244 results are returned. Because scanning is battery-intensive, you should observe
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | core.jd | 1044 Trigger and observe in the notifications drawer all types of notifications
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/ |
D | declaring-layout.jd | 72 …e classe ou supor qual classe corresponde a certo elemento XML. Contudo, observe que nem todo voca…
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 806 void observe() { in observe() method in PhoneWindowManager.SettingsObserver 1558 mSettingsObserver.observe(); in init()
|
/frameworks/base/docs/html/about/versions/ |
D | jelly-bean.jd | 343 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
|
D | android-4.3.jd | 1043 <p>To observe all the events during a test, create an implementation of {@link
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/ |
D | fragments.jd | 779 <p>Enquanto inspeciona este código, observe que há dois possíveis comportamentos quando um usuário
|
D | services.jd | 794 observe que qualquer serviço, não importa como foi iniciado, pode permitir a vinculação de clientes.
|
/frameworks/base/docs/html/ndk/downloads/ |
D | revision_history.jd | 1984 <li>Fixed {@code ndk-build} to observe {@code NDK_APP_OUT} set in {@code Application.mk}.
|