HomeSort by relevance Sort by last modified time
    Searched refs:mLooper (Results 176 - 198 of 198) sorted by null

1 2 3 4 5 6 78

  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodec.h 306 sp<ALooper> mLooper;
  /frameworks/base/core/java/android/net/
ConnectivityManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 175 private final Looper mLooper;
205 mLooper = looper;
212 mTetherMasterSM = new TetherMasterSM("TetherMaster", mLooper);
254 // NOTE: This is always invoked on the mLooper thread.
    [all...]
Vpn.java 144 private final Looper mLooper;
235 mLooper = looper;
803 mNetworkAgent = new NetworkAgent(mLooper, mContext, NETWORKTYPE,
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 272 sp<Looper> mLooper;
323 mLooper(looper), mInteractive(true) {
544 controller = new PointerController(this, mLooper, mLocked.spriteController);
565 mLocked.spriteController = new SpriteController(mLooper, layer);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 543 protected Looper mLooper;
709 mLooper = Looper.getMainLooper();
710 mHandler = new Handler(mLooper);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 352 private Looper mLooper; /* to insure registrants are in correct thread*/
469 mLooper = Looper.myLooper();
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java 113 private Looper mLooper = null;
155 mLooper = Looper.myLooper();
182 mLooper.quit();
188 mLooper.getThread().join();
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 464 mLooper(looper),
618 mLooper->registerHandler(mCodec);
621 mLooper->registerHandler(this);
    [all...]
MPEG4Writer.cpp     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java 217 private final Looper mLooper;
223 mLooper = looper;
251 mHalDeviceManager.registerStatusListener(mHalDeviceManagerStatusCallbacks, mLooper);
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 859 sp<Looper> mLooper;
870 // Enqueues an inbound event. Returns true if mLooper->wake() should be called.
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 233 final Looper mLooper = Looper.myLooper();
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 207 milliseconds

1 2 3 4 5 6 78