Searched defs:bufLen (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/native/dns/ |
D | NativeDnsAsyncTest.cpp | 37 int getAsyncResponse(int fd, int timeoutMs, int* rcode, uint8_t* buf, size_t bufLen) { in getAsyncResponse() 57 std::vector<std::string> extractIpAddressAnswers(uint8_t* buf, size_t bufLen, int ipType) { in extractIpAddressAnswers()
|
/packages/modules/StatsD/lib/libstatssocket/ |
D | statsd_writer.c | 111 socklen_t bufLen = sizeof(sndbuf); in statsdOpen() local
|
/packages/modules/Connectivity/tests/cts/net/jni/ |
D | NativeMultinetworkJni.cpp | 80 int getAsyncResponse(JNIEnv* env, int fd, int timeoutMs, int* rcode, uint8_t* buf, size_t bufLen) { in getAsyncResponse() 96 int extractIpAddressAnswers(uint8_t* buf, size_t bufLen, int family) { in extractIpAddressAnswers()
|
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcManager.cpp | 976 size_t bufLen = bytes.size(); in nfcManager_sendRawFrame() local 998 size_t bufLen; in nfcManager_routeAid() local 1026 size_t bufLen; in nfcManager_unrouteAid() local 1079 size_t bufLen = bytes.size(); in nfcManager_doRegisterT3tIdentifier() local
|
D | NativeNfcTag.cpp | 896 uint32_t bufLen) { in nativeNfcTag_doTransceiveStatus() 974 size_t bufLen = bytes.size(); in nativeNfcTag_doTransceive() local
|
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 2208 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) { in getAsyncResponse() 2223 std::string toString(uint8_t* buf, int bufLen, int ipType) { in toString()
|