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

/hardware/ril/libril/
H A Dril_service.cpp507 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI, bool allowEmpty) { argument
509 if (len == 0 && !allowEmpty) {
562 bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, int countStrings, ...) { argument
579 if (!copyHidlStringToRil(&pStrings[i], hidl_string(str), pRI, allowEmpty)) {

Completed in 150 milliseconds