Searched refs:outId (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp158 nsecs_t* outTimestamp, int32_t* outId, uint32_t* outCount) {
167 *outId = ev.header.id;
157 readLastVsyncMessage( nsecs_t* outTimestamp, int32_t* outId, uint32_t* outCount) argument
/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java371 int[] outId = new int[1];
373 null, localForegroundId, localForegroundNoti, outId, userId);
H A DActivityManagerService.java1194 int[] outId = new int[1];
1197 notification, outId, root.userId);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp283 static status_t getIdmapPackageId(const uint32_t* map, size_t mapSize, uint32_t *outId) argument
292 *outId = (map[*p + IDMAP_HEADER_SIZE + 2] >> 24) & 0x000000ff;

Completed in 598 milliseconds