OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sParams
(Results
1 - 7
of
7
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_Llcp.c
364
phFriNfc_Llcp_sLinkParameters_t
sParams
;
376
sParams
.miu = PHFRINFC_LLCP_MIU_DEFAULT;
377
sParams
.wks = PHFRINFC_LLCP_WKS_DEFAULT;
378
sParams
.lto = PHFRINFC_LLCP_LTO_DEFAULT;
379
sParams
.option = PHFRINFC_LLCP_OPTION_DEFAULT;
413
sParams
.miu = (PHFRINFC_LLCP_MIU_DEFAULT + ((sValueBuffer.buffer[0] << 8) | sValueBuffer.buffer[1])) & PHFRINFC_LLCP_TLV_MIUX_MASK;
425
sParams
.wks = (sValueBuffer.buffer[0] << 8) | sValueBuffer.buffer[1];
427
sParams
.wks |= PHFRINFC_LLCP_TLV_WKS_MASK;
439
sParams
.lto = sValueBuffer.buffer[0];
451
sParams
.option = sValueBuffer.buffer[0] & PHFRINFC_LLCP_TLV_OPT_MASK
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java
176
private static PointerTrackerParams
sParams
;
385
sParams
= PointerTrackerParams.DEFAULT;
388
sTimeRecorder = new TimeRecorder(
sParams
, sGestureStrokeParams);
392
sParams
= new PointerTrackerParams(mainKeyboardViewAttr);
395
sTimeRecorder = new TimeRecorder(
sParams
, sGestureStrokeParams);
[
all
...]
/hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h
191
SCHANNEL6_COMMAND_PARAM
sParams
[4];
204
SCHANNEL6_COMMAND_PARAM
sParams
[4];
tee_client_api_linux_driver.c
177
pSCXParams = pCommand->sOpenClientSession.
sParams
;
182
pSCXParams = pCommand->sInvokeClientCommand.
sParams
;
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 92 milliseconds