Searched defs:newType (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DDrawProfiler.cpp235 ProfileType newType = loadRequestedProfileType(); local
236 if (newType != mType) {
237 mType = newType;
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java338 Type newType(Element e, int size) { method in class:Mesh.Builder
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java278 String newHistoryName, int newType, boolean newUnimportantForLogging) {
282 newWs, newPid, newName, newHistoryName, newType, newUnimportantForLogging);
276 noteChangeWakelockFromSource(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument
/frameworks/rs/driver/
H A DrsdAllocation.cpp534 const Type *newType, bool zeroNew) {
536 const uint32_t dimX = newType->getDimX();
545 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, NULL);
548 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);
533 rsdAllocationResize(const Context *rsc, const Allocation *alloc, const Type *newType, bool zeroNew) argument
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2772 String newHistoryName, int newType, boolean newUnimportantForLogging) {
2780 noteStartWakeLocked(newWs.get(i), newPid, newName, newHistoryName, newType,
2770 noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument

Completed in 1191 milliseconds