HomeSort by relevance Sort by last modified time
    Searched refs:handleList (Results 1 - 3 of 3) sorted by null

  /packages/apps/Nfc/jni/
com_android_nfc.cpp 430 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize,
441 handleList[listSize] = handleToAdd;
457 uint8_t count, jintArray* techList, jintArray* handleList,
553 if (handleList != NULL) {
554 *handleList = e->NewIntArray(index);
555 e->SetIntArrayRegion(*handleList, 0, index, handles);
com_android_nfc.h 233 uint8_t count, jintArray* techList, jintArray* handleList,
com_android_nfc_NativeNfcManager.cpp     [all...]

Completed in 112 milliseconds