HomeSort by relevance Sort by last modified time
    Searched refs:stopListening (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationDispatcher.cpp 31 void ScreenOrientationDispatcher::stopListening()
33 Platform::current()->stopListening(WebPlatformEventScreenOrientation);
ScreenOrientationDispatcher.h 34 virtual void stopListening() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PlatformEventDispatcher.h 25 virtual void stopListening() = 0;
PlatformEventDispatcher.cpp 68 stopListening();
  /external/chromium_org/third_party/WebKit/Source/modules/device_light/
DeviceLightDispatcher.h 32 virtual void stopListening() OVERRIDE;
DeviceLightDispatcher.cpp 33 void DeviceLightDispatcher::stopListening()
35 Platform::current()->stopListening(WebPlatformEventDeviceLight);
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionDispatcher.cpp 59 void DeviceMotionDispatcher::stopListening()
61 Platform::current()->stopListening(WebPlatformEventDeviceMotion);
DeviceOrientationDispatcher.cpp 59 void DeviceOrientationDispatcher::stopListening()
61 Platform::current()->stopListening(WebPlatformEventDeviceOrientation);
DeviceMotionDispatcher.h 63 virtual void stopListening() OVERRIDE;
DeviceOrientationDispatcher.h 63 virtual void stopListening() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryDispatcher.cpp 44 void BatteryDispatcher::stopListening()
46 Platform::current()->stopListening(WebPlatformEventBattery);
BatteryDispatcher.h 32 virtual void stopListening() OVERRIDE;
  /frameworks/base/core/java/android/speech/
IRecognitionService.aidl 52 void stopListening(in IRecognitionListener listener);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHost.java 45 public void stopListening() {
46 super.stopListening();
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
GamepadDispatcher.cpp 58 void GamepadDispatcher::stopListening()
60 Platform::current()->stopListening(WebPlatformEventGamepad);
GamepadDispatcher.h 41 virtual void stopListening() OVERRIDE;
  /frameworks/base/core/java/android/service/fingerprint/
IFingerprintService.aidl 40 void stopListening(IBinder token, int userId);
FingerprintManager.java 216 public void stopListening() {
219 mService.stopListening(mToken, getCurrentUserId());
222 Log.v(TAG, "Remote exception in stopListening(): ", e);
225 Log.w(TAG, "stopListening(): Service not connected!");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TransportWrapper.java 50 public void stopListening() throws IOException;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsAppWidgetHost.java 53 public void stopListening() {
55 super.stopListening();
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetHost.java 66 public void stopListening() {
67 super.stopListening();
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ScreenOrientationListener.java 61 void stopListening();
102 public void stopListening() {
168 public void stopListening() {
291 mBackend.stopListening();
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java 294 sensor.stopListening();
499 stopListening();
536 private void stopListening() {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeWrapper.java 113 transport.stopListening();
  /frameworks/ex/common/java/com/android/common/
NetworkConnectivityListener.java 151 public synchronized void stopListening() {

Completed in 740 milliseconds

1 2 3