Home
last modified time | relevance | path

Searched defs:parseBuffer (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/eap/
DInnerAuthEAPTest.java77 public void parseBuffer() throws Exception { in parseBuffer() method in InnerAuthEAPTest
DNonEAPInnerAuthTest.java75 public void parseBuffer() throws Exception { in parseBuffer() method in NonEAPInnerAuthTest
DVendorSpecificAuthTest.java77 public void parseBuffer() throws Exception { in parseBuffer() method in VendorSpecificAuthTest
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp345 bool LogEvent::parseBuffer(uint8_t* buf, size_t len) { in parseBuffer() function in android::os::statsd::LogEvent