HomeSort by relevance Sort by last modified time
    Searched refs:NELEM (Results 176 - 200 of 285) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 438 sMethods, NELEM(sMethods));
com_android_bluetooth_hid.cpp 517 sMethods, NELEM(sMethods));
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeLlcpSocket.cpp 465 "com/android/nfc/dhimpl/NativeLlcpSocket",gMethods, NELEM(gMethods));
com_android_nfc_NativeP2pDevice.cpp 489 gMethods, NELEM(gMethods));
  /system/core/libutils/
BasicHashtable.cpp 331 while (count > PRIMES[i] && i < NELEM(PRIMES)) {
  /frameworks/base/core/jni/
android_util_Binder.cpp 869 gBinderMethods, NELEM(gBinderMethods));
944 gBinderInternalMethods, NELEM(gBinderInternalMethods));
    [all...]
android_media_JetPlayer.cpp 537 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
com_android_internal_content_NativeLibraryHelper.cpp 588 "com/android/internal/content/NativeLibraryHelper", gMethods, NELEM(gMethods));
com_android_internal_net_NetworkStatsFactory.cpp 296 NELEM(gMethods));
android_hardware_Camera.cpp     [all...]
android_hardware_Radio.cpp     [all...]
android_hardware_SoundTrigger.cpp     [all...]
android_hardware_camera2_CameraMetadata.cpp 660 NELEM(gCameraMetadataMethods));
675 if (find_fields(env, fields_to_find, NELEM(fields_to_find)) < 0)
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 121 for (size_t i = 0; i < NELEM(ConversionTable); ++i) {
136 for (size_t i = 0; i < NELEM(ConversionTable); ++i) {
157 kProfileLevels, NELEM(kProfileLevels),
    [all...]
  /device/asus/fugu/libaudio/
alsa_utils.cpp 471 if (fmt >= NELEM(fmts))
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 381 NELEM(gSurfaceTextureMethods));
  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 364 NELEM(gPdfEditor_Methods));
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 493 (env, kClassPathName, nativeMethods, NELEM(nativeMethods));
android_media_ImageWriter.cpp     [all...]
  /frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp 476 sMethods, NELEM(sMethods));
com_android_server_hdmi_HdmiCecController.cpp 409 int res = jniRegisterNativeMethods(env, CLASS_PATH, sMethods, NELEM(sMethods));
  /frameworks/base/tools/aapt/
Package.cpp 374 for (i = 0; i < NELEM(kNoCompressExt); i++) {
  /packages/apps/Nfc/nci/jni/
RoutingManager.cpp 575 return jniRegisterNativeMethods (e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, NELEM(sMethods));
  /external/mksh/src/
expr.c 1190 if (mb_ucsbsearch(mb_ucs_combining, NELEM(mb_ucs_combining), wc))
1194 if (mb_ucsbsearch(mb_ucs_fullwidth, NELEM(mb_ucs_fullwidth), wc))
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 856 if (portIndex < NELEM(mMetadataType) && type != NULL) {
    [all...]

Completed in 1090 milliseconds

1 2 3 4 5 6 78 91011>>