Home
last modified time | relevance | path

Searched refs:notifyStateChange (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
DScanManager.java803 private boolean notifyStateChange(ScanState newState,String condition) { in notifyStateChange() method in ScanManager.SessionTask
829 if (!notifyStateChange(RUNNING,"scan-running")) { in execute()
854 if (cancelled || !notifyStateChange(SCHEDULED,"scan-scheduled")) { in scheduleNext()
891 if (!notifyStateChange(COMPLETED,"scan-done")) in run()
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
DScanManager.java803 private boolean notifyStateChange(ScanState newState,String condition) { in notifyStateChange() method in ScanManager.SessionTask
829 if (!notifyStateChange(RUNNING,"scan-running")) { in execute()
854 if (cancelled || !notifyStateChange(SCHEDULED,"scan-scheduled")) { in scheduleNext()
891 if (!notifyStateChange(COMPLETED,"scan-done")) in run()
/aosp_15_r20/frameworks/base/native/android/
H A Dthermal.cpp78 status_t notifyStateChange(int32_t status);
103 mMgr->notifyStateChange(status); in onStatusChange()
157 status_t AThermalManager::notifyStateChange(int32_t status) { in notifyStateChange() function in AThermalManager
/aosp_15_r20/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DRcsStateChangedCallback.java24 void notifyStateChange(State oldState, State newState); in notifyStateChange() method
/aosp_15_r20/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/
DStateChangedCallback.java25 void notifyStateChange(State oldState, State newState); in notifyStateChange() method
DSimpleRcsClient.java78 stateChangedCallback.notifyStateChange(expected, newState); in enterState()
/aosp_15_r20/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/util/
DChatManager.java93 mRcsStateChangedCallback.notifyStateChange(oldState, newState); in ChatManager()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/
H A Daidl_manager.h61 int notifyStateChange(struct wpa_supplicant *wpa_s);
H A Daidl.cpp167 return aidl_manager->notifyStateChange(wpa_s); in wpas_aidl_notify_state_changed()
H A Daidl_manager.cpp739 int AidlManager::notifyStateChange(struct wpa_supplicant *wpa_s) in notifyStateChange() function in aidl::android::hardware::wifi::supplicant::AidlManager