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

  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 48 jmethodID onDeviceOpen;
80 void DeviceCallback::onDeviceOpen() {
82 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceOpen);
83 checkAndClearException(env, "onDeviceOpen");
186 mDeviceCallback->onDeviceOpen();
255 uhid::gDeviceCallbackClassInfo.onDeviceOpen =
256 env->GetMethodID(clazz, "onDeviceOpen", "()V");
259 if (uhid::gDeviceCallbackClassInfo.onDeviceOpen == NULL ||
261 LOGE("Unable to obtain onDeviceOpen or onDeviceError methods");
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Device.java 144 public void onDeviceOpen() {

Completed in 63 milliseconds