HomeSort by relevance Sort by last modified time
    Searched refs:looper (Results 226 - 250 of 489) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/experimental/PrintService/src/foo/bar/printservice/
MyPrintService.java 23 import android.os.Looper;
306 public MyHandler(Looper looper) {
307 super(looper);
454 public SessionHandler(Looper looper) {
455 super(looper);
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 329 if (SkDrawLooper* looper = paint.getLooper()) {
331 looper->contextSize());
332 fLooperContext = looper->createContext(canvas, buffer);
402 // no looper means we only draw once
427 AutoDrawLooper looper(this, paint, true); \
428 while (looper.next(type)) { \
433 AutoDrawLooper looper(this, paint, false, bounds); \
434 while (looper.next(type)) { \
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 329 if (SkDrawLooper* looper = paint.getLooper()) {
331 looper->contextSize());
332 fLooperContext = looper->createContext(canvas, buffer);
402 // no looper means we only draw once
427 AutoDrawLooper looper(this, paint, true); \
428 while (looper.next(type)) { \
433 AutoDrawLooper looper(this, paint, false, bounds); \
434 while (looper.next(type)) { \
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java 27 import android.os.Looper;
140 Looper looper = Looper.myLooper(); local
150 mLocationManager.requestLocationUpdates(provider, 0, 0, mockListener, looper);
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 21 import android.os.Looper;
118 Looper looper; local
121 if ((looper = Looper.myLooper()) != null) {
125 "Looper doesn't exist in the calling thread");
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 21 import android.os.Looper;
118 Looper looper; local
121 if ((looper = Looper.myLooper()) != null) {
125 "Looper doesn't exist in the calling thread");
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 21 import android.os.Looper;
118 Looper looper; local
121 if ((looper = Looper.myLooper()) != null) {
125 "Looper doesn't exist in the calling thread");
  /developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java 21 import android.os.Looper;
118 Looper looper; local
121 if ((looper = Looper.myLooper()) != null) {
125 "Looper doesn't exist in the calling thread");
  /development/ndk/platforms/android-9/include/android/
input.h 46 #include <android/looper.h>
644 * Add this input queue to a looper for processing. See
647 void AInputQueue_attachLooper(AInputQueue* queue, ALooper* looper,
651 * Remove the input queue from the looper it is currently attached to.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 29 import android.os.Looper;
57 private volatile Looper mServiceLooper;
61 public ServiceHandler(Looper looper) {
62 super(looper);
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java 21 import android.os.Looper;
118 Looper looper; local
121 if ((looper = Looper.myLooper()) != null) {
125 "Looper doesn't exist in the calling thread");
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
MediaCodecWrapper.java 21 import android.os.Looper;
117 Looper looper; local
120 if ((looper = Looper.myLooper()) != null) {
124 "Looper doesn't exist in the calling thread");
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
MediaCodecWrapper.java 21 import android.os.Looper;
117 Looper looper; local
120 if ((looper = Looper.myLooper()) != null) {
124 "Looper doesn't exist in the calling thread");
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClient.java 11 import android.os.Looper;
50 this(Looper.myLooper());
54 public AwContentsClient(Looper looper) {
55 mCallbackHelper = new AwContentsClientCallbackHelper(looper, this);
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
NullContentsClient.java 10 import android.os.Looper;
43 public NullContentsClient(Looper looper) {
44 super(looper); // "...beams are gonna blind me".
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java 23 import android.os.Looper;
674 public IAccessibilityServiceClientWrapper(Context context, Looper looper,
677 mCaller = new HandlerCaller(context, looper, this, true /*asyncHandler*/);
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodSessionWrapper.java 26 import android.os.Looper;
216 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) {
217 super(inputChannel, looper);
  /frameworks/base/core/java/android/net/
DnsPinger.java 21 import android.os.Looper;
119 public DnsPinger(Context context, String TAG, Looper looper,
121 super(looper);
NetworkFactory.java 21 import android.os.Looper;
107 public NetworkFactory(Looper looper, Context context, String logTag,
109 super(looper);
  /frameworks/base/core/java/android/print/
PrinterDiscoverySession.java 22 import android.os.Looper;
260 if (!Looper.getMainLooper().isCurrentThread()) {
267 public SessionHandler(Looper looper) {
268 super(looper, null, false);
  /frameworks/base/core/java/android/printservice/
PrintService.java 26 import android.os.Looper;
341 if (!Looper.getMainLooper().isCurrentThread()) {
419 public ServiceHandler(Looper looper) {
420 super(looper, null, true);
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 21 import android.os.Looper;
897 * Cleanup all the static variables and the looper after the SM has been quit.
901 // If we made the thread then quit looper which stops the thread.
1251 Looper looper = mSmThread.getLooper(); local
    [all...]
  /frameworks/base/media/java/android/media/
JetPlayer.java 25 import android.os.Looper;
109 * Looper associated with the thread that creates the AudioTrack instance
111 private Looper mInitializationLooper = null;
159 // remember which looper is associated with the JetPlayer instanciation
160 if ((mInitializationLooper = Looper.myLooper()) == null) {
161 mInitializationLooper = Looper.getMainLooper();
402 public NativeEventHandler(JetPlayer jet, Looper looper) {
403 super(looper);
483 // no given handler, use the looper the AudioTrack was created i
    [all...]
  /frameworks/base/media/java/android/media/tv/
ITvInputSessionWrapper.java 24 import android.os.Looper;
237 public TvInputEventReceiver(InputChannel inputChannel, Looper looper) {
238 super(inputChannel, looper);
  /frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
RemoteDisplayProvider.java 28 import android.os.Looper;
86 * {@link Context#getMainLooper main looper thread} of an application.
361 public ProviderHandler(Looper looper) {
362 super(looper, null, true);

Completed in 951 milliseconds

1 2 3 4 5 6 7 8 91011>>