Searched defs:bufLen (Results  1 – 7 of 7) sorted by relevance
| /packages/modules/Connectivity/tests/cts/net/native/dns/ | 
| D | NativeDnsAsyncTest.cpp | 38 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/ | 
| D | statsd_writer.c | 111             socklen_t bufLen = sizeof(sndbuf);  in statsdOpen()  local
  | 
| /packages/modules/Connectivity/tests/cts/net/jni/ | 
| D | NativeMultinetworkJni.cpp | 88 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/ | 
| D | NativeNfcManager.cpp | 956   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
  | 
| D | NativeNfcTag.cpp | 860                                      uint32_t bufLen) {  in nativeNfcTag_doTransceiveStatus() 931   size_t bufLen = bytes.size();  in nativeNfcTag_doTransceive()  local
  | 
| /packages/modules/DnsResolver/tests/ | 
| D | resolv_private_dns_test.cpp | 90 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()
  | 
| D | resolv_integration_test.cpp | 2410 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()
  |