Home
last modified time | relevance | path

Searched refs:DBG_PAYLOAD (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/
DLargeParcelable.java60 private static final boolean DBG_PAYLOAD = false; field in LargeParcelable
98 if (DBG_PAYLOAD) { in serialize()
102 if (DBG_PAYLOAD) { in serialize()
111 if (DBG_PAYLOAD) { in serializeNullPayload()
115 if (DBG_PAYLOAD) { in serializeNullPayload()
126 if (DBG_PAYLOAD) { in deserialize()
130 if (DBG_PAYLOAD) { in deserialize()
202 if (DBG_PAYLOAD) { in toLargeParcelable()
273 if (DBG_PAYLOAD) { in reconstructStableAIDLParcelable()
293 if (DBG_PAYLOAD) { in reconstructStableAIDLParcelable()
DLargeParcelableBase.java57 private static final boolean DBG_PAYLOAD = Log.isLoggable(TAG, Log.DEBUG); field in LargeParcelableBase
111 if (DBG_PAYLOAD) { in LargeParcelableBase()
130 if (DBG_PAYLOAD) { in writeToParcel()
144 if (DBG_PAYLOAD) { in writeToParcel()
150 if (DBG_PAYLOAD) { in writeToParcel()
165 if (DBG_PAYLOAD) { in writeToParcel()
233 if (DBG_PAYLOAD) { in serializeParcelToSharedMemory()
279 if (DBG_PAYLOAD) { in copyFromSharedMemory()
325 if (DBG_PAYLOAD) { in deserializeSharedMemoryAndClose()
/packages/services/Car/cpp/car_binder_lib/largeParcelable/include/
DLargeParcelable.h78 if (DBG_PAYLOAD) { in serializeNullablePayload()
97 if (DBG_PAYLOAD) { in serializeNullablePayload()
117 if (DBG_PAYLOAD) { in deserialize()
128 if (DBG_PAYLOAD) { in deserialize()
135 if (DBG_PAYLOAD) { in deserialize()
DLargeParcelableVector.h78 if (DBG_PAYLOAD) { in serializePayload()
85 if (DBG_PAYLOAD) { in serializePayload()
106 if (DBG_PAYLOAD) { in deserialize()
115 if (DBG_PAYLOAD) { in deserialize()
DLargeParcelableBase.h148 static constexpr bool DBG_PAYLOAD = false;
/packages/services/Car/cpp/car_binder_lib/largeParcelable/
DLargeParcelableBase.cpp94 if (DBG_PAYLOAD) { in readFromParcel()
149 if (DBG_PAYLOAD) { in writeToParcel()
172 if (DBG_PAYLOAD) { in deserializeSharedMemoryAndClose()
200 if (DBG_PAYLOAD) { in copyFromSharedMemory()
275 if (DBG_PAYLOAD) { in serializeParcelToSharedMemory()
354 if (DBG_PAYLOAD) { in serializeMemoryFdOrPayload()