HomeSort by relevance Sort by last modified time
    Searched refs:wks (Results 1 - 10 of 10) sorted by null

  /packages/apps/Nfc/nci/jni/
NfcJniUtil.h 109 int wks; member in struct:nfc_jni_native_data
  /system/nfc/src/nfc/llcp/
llcp_api.cc 52 void LLCP_SetTestParams(uint8_t version, uint16_t wks) {
54 << StringPrintf("version:0x%02X, wks:0x%04X", version, wks);
58 if (wks != 0xFFFF) llcp_test_params.wks = wks;
259 if (llcp_test_params.wks == 0) /* not override */
261 UINT16_TO_BE_STREAM(p, llcp_cb.lcb.wks);
263 UINT16_TO_BE_STREAM(p, llcp_test_params.wks);
276 UINT16_TO_BE_STREAM(p, llcp_cb.lcb.wks);
    [all...]
llcp_main.cc 71 llcp_cb.lcb.wks = LLCP_WKS_MASK_LM;
  /system/nfc/src/nfc/include/
llcp_int.h 61 uint16_t wks; /* well-known service bit-map */ member in struct:__anon3561
73 uint16_t peer_wks; /* WKS of peer device */
280 uint16_t wks; member in struct:__anon3569
llcp_api.h 599 ** Returns WKS bitmap if success
676 extern void LLCP_SetTestParams(uint8_t version, uint16_t wks);
  /system/nfc/src/nfa/include/
nfa_p2p_api.h 145 uint16_t wks; /* well-known service */ member in struct:__anon3459
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
measurement.go 302 output, toUnit = dd/float64(7*24*time.Hour), "wks"
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
measurement.go 302 output, toUnit = dd/float64(7*24*time.Hour), "wks"
  /system/nfc/src/nfa/p2p/
nfa_p2p_act.cc 635 /* if need to update WKS in LLCP Gen bytes */
751 /* if need to update WKS in LLCP Gen bytes */
757 /* if need to update WKS in LLCP Gen bytes */
    [all...]
  /external/webrtc/talk/media/testdata/
voice.rtpdump     [all...]

Completed in 652 milliseconds