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

/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DDecoder.java59 return readMap();
72 private Map<Short, Object> readMap() { method in class:Decoder
/frameworks/native/libs/binder/
H A DParcel.cpp1392 status_t Parcel::readMap(::android::binder::Map* map_out)const function in class:Parcel
1409 ALOGE("readMap: Unexpected count: %d", count);
1427 ALOGE("readMap: Key type not a string (parcelType = %d)", value.parcelType());
1456 status = readMap(map->get());
/frameworks/native/include/binder/
H A DParcel.h338 status_t readMap(binder::Map* map)const;
/frameworks/native/libs/binder/include/binder/
H A DParcel.h338 status_t readMap(binder::Map* map)const;
/frameworks/base/core/java/android/os/
H A DParcel.java188 * {@link #writeMap(Map)}, {@link #readMap(Map, ClassLoader)},
2093 public final void readMap(Map outVal, ClassLoader loader) { method in class:Parcel

Completed in 86 milliseconds