OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remoteVersion
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_Llcp.c
478
uint8_t
remoteVersion
,
483
uint8_t remoteMajor =
remoteVersion
& PHFRINFC_LLCP_VERSION_MAJOR_MASK;
484
uint8_t remoteMinor =
remoteVersion
& PHFRINFC_LLCP_VERSION_MINOR_MASK;
525
uint8_t
remoteVersion
;
531
status = phFriNfc_Llcp_ParseLinkParams(psParamsTLV, &sRemoteParams, &
remoteVersion
);
540
status = phFriNfc_Llcp_VersionAgreement(PHFRINFC_LLCP_VERSION ,
remoteVersion
, &negociatedVersion);
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java
119
final Long
remoteVersion
= remote.mValues.getAsLong(RawContacts.VERSION);
120
Log.d(TAG, "Re-parenting from original version " +
remoteVersion
+ " to "
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java
111
final Long
remoteVersion
= remote.mValues.getAsLong(RawContacts.VERSION);
112
Log.d(TAG, "Re-parenting from original version " +
remoteVersion
+ " to "
Completed in 639 milliseconds