Searched refs:nId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp314 jint* nId = NULL; local
354 nId = (jint *) env->GetPrimitiveArrayCritical(jId, NULL);
355 if (nId == NULL) {
360 nId[0] = lpVisualizer->id();
361 env->ReleasePrimitiveArrayCritical(jId, nId, 0);
362 nId = NULL;
373 if (nId != NULL) {
374 env->ReleasePrimitiveArrayCritical(jId, nId, 0);
H A Dandroid_media_AudioEffect.cpp258 jint* nId = NULL; local
332 nId = (jint *) env->GetPrimitiveArrayCritical(jId, NULL);
333 if (nId == NULL) {
338 nId[0] = lpAudioEffect->id();
339 env->ReleasePrimitiveArrayCritical(jId, nId, 0);
340 nId = NULL;
400 if (nId != NULL) {
401 env->ReleasePrimitiveArrayCritical(jId, nId, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java102 NotificationManager nManager, int nId) {
136 mNotificationId = nId;
152 mNotificationManager.notify(nId, n);
101 SaveImageInBackgroundTask(Context context, SaveImageInBackgroundData data, NotificationManager nManager, int nId) argument

Completed in 61 milliseconds