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

/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp232 jint* nId = NULL; local
272 nId = (jint *) env->GetPrimitiveArrayCritical(jId, NULL);
273 if (nId == NULL) {
278 nId[0] = lpVisualizer->id();
279 env->ReleasePrimitiveArrayCritical(jId, nId, 0);
280 nId = NULL;
291 if (nId != NULL) {
292 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.java97 NotificationManager nManager, int nId) {
125 mNotificationId = nId;
136 mNotificationManager.notify(nId, n);
96 SaveImageInBackgroundTask(Context context, SaveImageInBackgroundData data, NotificationManager nManager, int nId) argument

Completed in 69 milliseconds