Searched refs:nb (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java91 final StatusBarNotification nb = b.notification;
92 int d = na.getScore() - nb.getScore();
95 : (int)(na.getNotification().when - nb.getNotification().when);
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
H A DM4MP4W_Utils.h64 * Convert the 'nb' unsigned integers in 'tab' table from LE into BE
67 void M4MP4W_table32ToBE(M4OSA_UInt32* tab, M4OSA_UInt32 nb);
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Utils.c109 void M4MP4W_table32ToBE(M4OSA_UInt32* tab, M4OSA_UInt32 nb) argument
113 for (i=0; i<nb; i++)
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java406 /*package*/ static void nativeCopyPixelsFromBuffer(int nb, Buffer src) { argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1430 private static native void nativeCopyPixelsFromBuffer(int nb, Buffer src); argument

Completed in 170 milliseconds