Home
last modified time | relevance | path

Searched defs:bufLen (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/native/dns/
DNativeDnsAsyncTest.cpp38 int getAsyncResponse(int fd, int timeoutMs, int* rcode, uint8_t* buf, size_t bufLen) { in getAsyncResponse()
58 std::vector<std::string> extractIpAddressAnswers(uint8_t* buf, size_t bufLen, int ipType) { in extractIpAddressAnswers()
/packages/modules/StatsD/lib/libstatssocket/
Dstatsd_writer.c111 socklen_t bufLen = sizeof(sndbuf); in statsdOpen() local
/packages/modules/Connectivity/tests/cts/net/jni/
DNativeMultinetworkJni.cpp88 int getAsyncResponse(JNIEnv* env, int fd, int timeoutMs, int* rcode, uint8_t* buf, size_t bufLen) { in getAsyncResponse()
104 int extractIpAddressAnswers(uint8_t* buf, size_t bufLen, int family) { in extractIpAddressAnswers()
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp956 size_t bufLen = bytes.size(); in nfcManager_sendRawFrame() local
978 size_t bufLen; in nfcManager_routeAid() local
1006 size_t bufLen; in nfcManager_unrouteAid() local
1059 size_t bufLen = bytes.size(); in nfcManager_doRegisterT3tIdentifier() local
DNativeNfcTag.cpp860 uint32_t bufLen) { in nativeNfcTag_doTransceiveStatus()
931 size_t bufLen = bytes.size(); in nativeNfcTag_doTransceive() local
/packages/modules/DnsResolver/tests/
Dresolv_private_dns_test.cpp90 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) { in getAsyncResponse()
107 std::string toString(uint8_t* buf, int bufLen, int ipType) { in toString()
Dresolv_integration_test.cpp2410 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) { in getAsyncResponse()
2426 std::string toString(uint8_t* buf, int bufLen, int ipType) { in toString()