Searched defs:otherHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp68 static void set(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) { argument
70 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle);
151 static void preConcat(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) { argument
153 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle);
192 static void postConcat(JNIEnv* env, jobject clazz, jlong matrixHandle, jlong otherHandle) { argument
194 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1605 sp<InputWindowHandle> otherHandle = mWindowHandles.itemAt(i); local
1606 if (otherHandle == windowHandle) {
1610 const InputWindowInfo* otherInfo = otherHandle->getInfo();

Completed in 40 milliseconds