HomeSort by relevance Sort by last modified time
    Searched defs:registerCallback (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptedAnimationController.cpp 64 ScriptedAnimationController::CallbackId ScriptedAnimationController::registerCallback(PassRefPtr<RequestAnimationFrameCallback> callback)
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java 314 /*package*/ boolean registerCallback(BluetoothGattServerCallback callback) {
315 if (DBG) Log.d(TAG, "registerCallback()");
321 if (DBG) Log.d(TAG, "registerCallback() - UUID=" + uuid);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 75 mCachedDevice.registerCallback(this);
BluetoothEventManager.java 112 void registerCallback(BluetoothCallback callback) {
DeviceProfilesSettings.java 154 mCachedDevice.registerCallback(this);
CachedBluetoothDevice.java 592 void registerCallback(Callback callback) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/services/java/com/android/server/display/
DisplayManagerService.java 440 public void registerCallback(IDisplayManagerCallback callback) {
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h 313 /* be the plugin thread, the thread RegisterCallback is invoked on or a */
401 NPDeviceRegisterCallbackPtr registerCallback;
    [all...]

Completed in 337 milliseconds