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 118 int wks; member in struct:nfc_jni_native_data
  /system/nfc/src/nfc/llcp/
llcp_api.c 49 void LLCP_SetTestParams(uint8_t version, uint16_t wks) {
50 LLCP_TRACE_API2("LLCP_SetTestParams () version:0x%02X, wks:0x%04X", version,
51 wks);
55 if (wks != 0xFFFF) llcp_test_params.wks = wks;
258 if (llcp_test_params.wks == 0) /* not override */
260 UINT16_TO_BE_STREAM(p, llcp_cb.lcb.wks);
262 UINT16_TO_BE_STREAM(p, llcp_test_params.wks);
275 UINT16_TO_BE_STREAM(p, llcp_cb.lcb.wks);
    [all...]
llcp_main.c 67 llcp_cb.lcb.wks = LLCP_WKS_MASK_LM;
  /system/nfc/src/nfc/int/
llcp_int.h 61 uint16_t wks; /* well-known service bit-map */ member in struct:__anon115084
73 uint16_t peer_wks; /* WKS of peer device */
283 uint16_t wks; member in struct:__anon115092
  /system/nfc/src/nfa/include/
nfa_p2p_api.h 159 uint16_t wks; /* well-known service */ member in struct:__anon114805
  /system/nfc/src/nfc/include/
llcp_api.h 606 ** Returns WKS bitmap if success
695 extern void LLCP_SetTestParams(uint8_t version, uint16_t wks);
  /system/nfc/src/nfa/p2p/
nfa_p2p_act.c 636 /* if need to update WKS in LLCP Gen bytes */
752 /* if need to update WKS in LLCP Gen bytes */
758 /* if need to update WKS in LLCP Gen bytes */
    [all...]
  /external/webrtc/talk/media/testdata/
voice.rtpdump     [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go     [all...]

Completed in 267 milliseconds