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

  /frameworks/opt/net/voip/src/java/android/net/rtp/
AudioGroup.java 171 nativeRemove(id);
175 private native void nativeRemove(long id);
205 nativeRemove(0L);
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 171 static jint nativeRemove(JNIEnv* env, jobject clazz, jint fingerId, jint groupId) {
172 ALOG(LOG_VERBOSE, LOG_TAG, "nativeRemove(fid=%d, gid=%d)\n", fingerId, groupId);
263 { "nativeRemove", "(II)I", (void*)nativeRemove },

Completed in 59 milliseconds