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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationDispatcher.cpp 26 void ScreenOrientationDispatcher::startListening()
28 Platform::current()->startListening(WebPlatformEventScreenOrientation, 0);
ScreenOrientationDispatcher.h 33 virtual void startListening() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PlatformEventDispatcher.h 24 virtual void startListening() = 0;
PlatformEventDispatcher.cpp 29 startListening();
  /external/chromium_org/third_party/WebKit/Source/modules/device_light/
DeviceLightDispatcher.h 31 virtual void startListening() OVERRIDE;
DeviceLightDispatcher.cpp 28 void DeviceLightDispatcher::startListening()
30 Platform::current()->startListening(WebPlatformEventDeviceLight, this);
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionDispatcher.cpp 54 void DeviceMotionDispatcher::startListening()
56 Platform::current()->startListening(WebPlatformEventDeviceMotion, this);
DeviceOrientationDispatcher.cpp 54 void DeviceOrientationDispatcher::startListening()
56 Platform::current()->startListening(WebPlatformEventDeviceOrientation, this);
DeviceMotionDispatcher.h 62 virtual void startListening() OVERRIDE;
DeviceOrientationDispatcher.h 62 virtual void startListening() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryDispatcher.cpp 39 void BatteryDispatcher::startListening()
41 Platform::current()->startListening(WebPlatformEventBattery, this);
BatteryDispatcher.h 31 virtual void startListening() OVERRIDE;
  /frameworks/base/core/java/android/speech/
IRecognitionService.aidl 24 * A Service interface to speech recognition. Call startListening when
43 void startListening(in Intent recognizerIntent, in IRecognitionListener listener);
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
GamepadDispatcher.cpp 53 void GamepadDispatcher::startListening()
55 Platform::current()->startListening(WebPlatformEventGamepad, this);
GamepadDispatcher.h 40 virtual void startListening() OVERRIDE;
  /frameworks/base/core/java/android/service/fingerprint/
IFingerprintService.aidl 37 void startListening(IBinder token, IFingerprintServiceReceiver receiver, int userId);
FingerprintManager.java 190 public void startListening(FingerprintManagerReceiver receiver) {
194 mService.startListening(mToken, mServiceReceiver, getCurrentUserId());
196 Log.v(TAG, "Remote exception in startListening(): ", e);
199 Log.w(TAG, "startListening(): Service not connected!");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TransportWrapper.java 45 public String startListening(String address) throws IOException;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsAppWidgetHost.java 44 public void startListening(RecentsAppWidgetHostCallbacks cb) {
48 super.startListening();
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetHost.java 50 public void startListening() {
52 super.startListening();
56 // RemoteViews which is being passed back. The startListening relationship will
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ScreenOrientationListener.java 55 void startListening();
97 public void startListening() {
161 public void startListening() {
263 mBackend.startListening();
  /frameworks/base/media/java/android/media/
RemoteDisplay.java 81 display.startListening(iface);
115 private void startListening(String iface) {
  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 156 private void startListening() {
226 to_add.startListening();
  /cts/tests/tests/media/src/android/media/cts/
CompositionTextureView.java 59 public void startListening() {
61 Log.i(TAG, "startListening");
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java 285 sensor.startListening();
497 startListening();
525 private void startListening() {

Completed in 224 milliseconds

1 2 3