Searched refs:deep (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
D | ObjectPrinter.java | 56 static String print(@Nullable Object obj, boolean deep, int maxCollectionLength) { in print() argument 58 print(builder, obj, deep, maxCollectionLength); in print() 80 static String printPublicFields(@Nullable Object obj, boolean deep, int maxCollectionLength) { in printPublicFields() argument 82 printPublicFields(builder, obj, deep, maxCollectionLength); in printPublicFields() 96 static void print(@NonNull StringBuilder builder, @Nullable Object obj, boolean deep, in print() argument 140 print(builder, child, deep, maxCollectionLength); in print() 166 print(builder, child.getKey(), deep, maxCollectionLength); in print() 168 print(builder, child.getValue(), deep, maxCollectionLength); in print() 192 print(builder, Array.get(obj, i), deep, maxCollectionLength); in print() 203 if (!deep) { in print() [all …]
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | AMessage.h | 171 sp<AMessage> changesFrom(const sp<const AMessage> &other, bool deep = false) const;
|
/frameworks/av/media/libstagefright/foundation/ |
D | AMessage.cpp | 818 sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { in changesFrom() 915 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom() 917 diff->setMessage(item.mName, deep ? changes : myMsg); in changesFrom()
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 140 // Total amount of battery discharged in mAh while the device was in deep doze mode. 302 // Amount of time the device was in deep Doze. 304 // How many times the device went into deep Doze mode. 306 // Amount of time the device was idling in deep Doze. Idling time 310 // How many times the device idling for deep Doze mode.
|
/frameworks/base/core/java/android/os/ |
D | BaseBundle.java | 430 void copyInternal(BaseBundle from, boolean deep) { in copyInternal() argument 449 if (!deep) { in copyInternal()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5498 // This clock stops when the system enters deep sleep (CPU off, display dark, device waiting
|