Home
last modified time | relevance | path

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

/system/bt/common/
Dmetrics.cc473 std::string protoBase64; in WriteBase64() local
474 this->WriteBase64String(&protoBase64); in WriteBase64()
476 OSI_NO_INTR(ret = write(fd, protoBase64.c_str(), protoBase64.size())); in WriteBase64()