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

1 2

  /frameworks/base/core/jni/
android_media_RemoteDisplay.cpp 196 gRemoteDisplayClassInfo.notifyDisplayConnected = GetMethodIDOrDie(env,
198 gRemoteDisplayClassInfo.notifyDisplayDisconnected = GetMethodIDOrDie(env,
200 gRemoteDisplayClassInfo.notifyDisplayError = GetMethodIDOrDie(env,
android_view_InputDevice.cpp 90 gInputDeviceClassInfo.ctor = GetMethodIDOrDie(env, gInputDeviceClassInfo.clazz, "<init>",
93 gInputDeviceClassInfo.addMotionRange = GetMethodIDOrDie(env, gInputDeviceClassInfo.clazz,
android_view_DisplayEventReceiver.cpp 181 gDisplayEventReceiverClassInfo.dispatchVsync = GetMethodIDOrDie(env,
183 gDisplayEventReceiverClassInfo.dispatchHotplug = GetMethodIDOrDie(env,
android_util_FileObserver.cpp 143 method_onEvent = GetMethodIDOrDie(env, clazz, "onEvent", "(IILjava/lang/String;)V");
core_jni_helpers.h 40 static inline jmethodID GetMethodIDOrDie(JNIEnv* env, jclass clazz, const char* method_name,
android_hardware_Radio.cpp 868 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z");
882 gModulePropertiesCstor = GetMethodIDOrDie(env, modulePropertiesClass, "<init>",
898 gRadioFmBandDescriptorCstor = GetMethodIDOrDie(env, fmBandDescriptorClass, "<init>",
903 gRadioAmBandDescriptorCstor = GetMethodIDOrDie(env, amBandDescriptorClass, "<init>",
914 gRadioFmBandConfigCstor = GetMethodIDOrDie(env, fmBandConfigClass, "<init>",
    [all...]
android_hardware_SoundTrigger.cpp 826 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z");
830 gUUIDMethods.toString = GetMethodIDOrDie(env, uuidClass, "toString", "()Ljava/lang/String;");
    [all...]
android_app_backup_FullBackup.cpp 134 sFullBackupDataOutput.addSize = GetMethodIDOrDie(env, fbdoClazz, "addSize", "(J)V");
android_app_NativeActivity.cpp 687 gNativeActivityClassInfo.finish = GetMethodIDOrDie(env, clazz, "finish", "()V");
688 gNativeActivityClassInfo.setWindowFlags = GetMethodIDOrDie(env, clazz, "setWindowFlags",
690 gNativeActivityClassInfo.setWindowFormat = GetMethodIDOrDie(env, clazz, "setWindowFormat",
692 gNativeActivityClassInfo.showIme = GetMethodIDOrDie(env, clazz, "showIme", "(I)V");
693 gNativeActivityClassInfo.hideIme = GetMethodIDOrDie(env, clazz, "hideIme", "(I)V");
android_media_AudioSystem.cpp     [all...]
android_view_PointerIcon.cpp 149 gPointerIconClassInfo.load = GetMethodIDOrDie(env, gPointerIconClassInfo.clazz,
android_view_InputEventReceiver.cpp 418 gInputEventReceiverClassInfo.dispatchInputEvent = GetMethodIDOrDie(env,
421 gInputEventReceiverClassInfo.dispatchBatchedInputEventPending = GetMethodIDOrDie(env,
android_hardware_camera2_CameraMetadata.cpp 626 gMetadataOffsets.mCharacteristicsConstr = GetMethodIDOrDie(env,
629 gMetadataOffsets.mRequestConstr = GetMethodIDOrDie(env,
631 gMetadataOffsets.mResultConstr = GetMethodIDOrDie(env,
651 gMetadataOffsets.mArrayListConstr = GetMethodIDOrDie(env, gMetadataOffsets.mArrayList,
653 gMetadataOffsets.mArrayListAdd = GetMethodIDOrDie(env, gMetadataOffsets.mArrayList,
android_hardware_SensorManager.cpp 492 gBaseEventQueueClassInfo.dispatchSensorEvent = GetMethodIDOrDie(env,
495 gBaseEventQueueClassInfo.dispatchFlushCompleteEvent = GetMethodIDOrDie(env,
498 gBaseEventQueueClassInfo.dispatchAdditionalInfoEvent = GetMethodIDOrDie(env,
android_os_MessageQueue.cpp 229 gMessageQueueClassInfo.dispatchEvents = GetMethodIDOrDie(env, clazz,
android_util_Binder.cpp 867 gBinderOffsets.mExecTransact = GetMethodIDOrDie(env, clazz, "execTransact", "(IJJI)Z");
    [all...]
android_view_DisplayListCanvas.cpp 262 gRunnableMethodId = GetMethodIDOrDie(env, runnableClass, "run", "()V");
android_view_GraphicBuffer.cpp 291 gRectClassInfo.set = GetMethodIDOrDie(env, clazz, "set", "(IIII)V");
android_view_InputChannel.cpp 289 gInputChannelClassInfo.ctor = GetMethodIDOrDie(env, gInputChannelClassInfo.clazz, "<init>",
android_view_InputQueue.cpp 264 gInputQueueClassInfo.finishInputEvent = GetMethodIDOrDie(env, clazz, "finishInputEvent",
android_view_KeyCharacterMap.cpp 235 gKeyCharacterMapClassInfo.ctor = GetMethodIDOrDie(env, gKeyCharacterMapClassInfo.clazz,
android_view_KeyEvent.cpp 135 gKeyEventClassInfo.recycle = GetMethodIDOrDie(env, gKeyEventClassInfo.clazz,
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 233 GetMethodIDOrDie(env, clazz, "onDeviceOpen", "()V");
235 GetMethodIDOrDie(env, clazz, "onDeviceError", "()V");
  /frameworks/base/core/jni/android/graphics/
FontFamily.cpp 244 gListClassInfo.mGet = GetMethodIDOrDie(env, listClass, "get", "(I)Ljava/lang/Object;");
245 gListClassInfo.mSize = GetMethodIDOrDie(env, listClass, "size", "()I");
Movie.cpp 160 gMovie_constructorMethodID = android::GetMethodIDOrDie(env, gMovie_class, "<init>", "(J)V");

Completed in 285 milliseconds

1 2