Searched refs:setEntryNameAt (Results 1 – 4 of 4) sorted by relevance
248 status_t setEntryNameAt(size_t index, const char *name);
1015 status_t AMessage::setEntryNameAt(size_t index, const char *name) { in setEntryNameAt() function in android::AMessage
1832 params->setEntryNameAt(ix, "crop-width"); in getReflectedFormat()1839 params->setEntryNameAt(ix, "crop-height"); in getReflectedFormat()
2942 status_t status = format->setEntryNameAt(ix, mappings[i+1]); in mapFormat()