Searched
full:notify (Results
476 -
500 of
4347) sorted by null
<<11121314151617181920>>
/frameworks/av/media/libstagefright/rtsp/ |
ARawAudioAssembler.cpp | 37 const sp<AMessage> ¬ify, const char *desc, const AString ¶ms) 38 : mNotifyMsg(notify),
|
/frameworks/base/core/java/android/os/ |
ConditionVariable.java | 23 * This differs from the built-in java.lang.Object wait() and notify() 30 * or notify() on a ConditionVariable, the results are undefined.
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerTestBase.java | 292 log("notify network connectivity changed"); 298 log("notify that scan results are available"); 300 this.notify(); 306 log("notify wifi state changed"); 307 wifiObject.notify(); 313 log("notify wifi AP state changed"); 314 this.notify(); 350 this.notify();
|
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
JavaBridgeTestBase.java | 36 notify(); method 58 notify(); method
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraPostProc.h | 71 int32_t msg_type; // msg type of data notify 75 qcamera_release_data_t release_data; // any data needs to be release after notify
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
GdbServerTask.java | 48 * @param attachLatch latch to notify when gdbserver gets attached to the task 98 // notify other threads that gdbserver has attached to the task
|
/bionic/libthread_db/include/ |
thread_db.h | 133 extern td_err_e td_ta_event_addr(td_thragent_t const * agent, td_event_e event, td_notify_t * notify);
|
/cts/suite/cts/hostTests/uihost/appA/src/com/android/cts/taskswitching/appa/ |
AppAActivity.java | 30 * Simple activity to notify completion via broadcast after onResume.
|
/cts/suite/cts/hostTests/uihost/appB/src/com/android/cts/taskswitching/appb/ |
AppBActivity.java | 28 * Simple activity to notify completion via broadcast after onResume.
|
/cts/tests/src/android/view/cts/ |
ViewTestStubActivity.java | 43 mHasWindowFocusLock.notify();
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
CellLocationTest.java | 74 mLock.notify();
|
/development/ndk/platforms/android-3/include/ |
thread_db.h | 130 extern td_err_e td_ta_event_addr(td_thragent_t const * agent, td_event_e event, td_notify_t * notify);
|
/development/ndk/platforms/android-9/include/ |
thread_db.h | 135 extern td_err_e td_ta_event_addr(td_thragent_t const * agent, td_event_e event, td_notify_t * notify);
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbSocket.java | 60 notify(); method
|
/external/chromium/chrome/browser/autofill/ |
autofill_dialog.h | 24 // An interface the AutoFill dialog uses to notify its clients (observers) when
|
/external/chromium/chrome/browser/ |
browser_main_win.h | 36 // allow the user level Chrome to run. So we notify the user and uninstall
|
mock_browsing_data_database_helper.cc | 48 void MockBrowsingDataDatabaseHelper::Notify() {
|
mock_browsing_data_indexed_db_helper.cc | 47 void MockBrowsingDataIndexedDBHelper::Notify() {
|
mock_browsing_data_local_storage_helper.cc | 48 void MockBrowsingDataLocalStorageHelper::Notify() {
|
/external/chromium/chrome/browser/importer/ |
importer.h | 26 // notify its host that import stuff have been finished.
|
/external/chromium/chrome/browser/password_manager/ |
password_store_x.cc | 35 NotificationService::current()->Notify( 50 NotificationService::current()->Notify( 65 NotificationService::current()->Notify( 89 NotificationService::current()->Notify(
|
/external/chromium/chrome/browser/prefs/ |
value_map_pref_store.h | 44 // Notify observers about the initialization completed event.
|
/external/chromium/chrome/browser/tab_contents/ |
background_contents.cc | 56 NotificationService::current()->Notify( 100 NotificationService::current()->Notify( 173 NotificationService::current()->Notify( 184 NotificationService::current()->Notify(
|
/external/chromium/chrome/browser/ui/gtk/importer/ |
import_progress_dialog_gtk.h | 79 // Observer that we need to notify about import events.
|
/external/chromium/chrome/browser/ui/views/ |
login_view.h | 52 // If not null, points to a model we need to notify of our own destruction
|
Completed in 3134 milliseconds
<<11121314151617181920>>