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

  /frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp 358 jint* nId = NULL;
403 nId = (jint *) env->GetPrimitiveArrayCritical(jId, NULL);
404 if (nId == NULL) {
409 nId[0] = lpVisualizer->id();
410 env->ReleasePrimitiveArrayCritical(jId, nId, 0);
411 nId = NULL;
422 if (nId != NULL) {
423 env->ReleasePrimitiveArrayCritical(jId, nId, 0);
android_media_AudioEffect.cpp 289 jint* nId = NULL;
368 nId = (jint *) env->GetPrimitiveArrayCritical(jId, NULL);
369 if (nId == NULL) {
374 nId[0] = lpAudioEffect->id();
375 env->ReleasePrimitiveArrayCritical(jId, nId, 0);
376 nId = NULL;
436 if (nId != NULL) {
437 env->ReleasePrimitiveArrayCritical(jId, nId, 0);
  /tools/test/connectivity/acts/tests/google/wifi/
WifiManagerTest.py 375 nId = self.dut.droid.wifiAddNetwork(self.open_network)
376 asserts.assert_true(nId > -1, "Failed to add network.")
387 nId = self.dut.droid.wifiAddNetwork(self.open_network)
388 asserts.assert_true(nId > -1, "Failed to add network.")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devicetopology.h     [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1111 milliseconds