/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
AlaLib.cpp | 244 tJBL_STATUS ALA_lsGetVersion(UINT8 *pVersion) 249 if(pVersion!= NULL) 251 status = GetLs_Version(pVersion); 252 ALOGE("%s: LS Lib lsGetVersion status =0x0%X%X", fn, *pVersion, *(pVersion+1)); 270 tJBL_STATUS ALA_lsGetStatus(UINT8 *pVersion) 275 if(pVersion!= NULL) 277 status = Get_LsStatus(pVersion); 278 ALOGE("%s: lsGetStatus ALALIB status=0x0%X 0x0%X", fn, pVersion[0], pVersion[1]) [all...] |
Ala.cpp | 317 tJBL_STATUS GetLs_Version(UINT8 *pVersion) 333 pVersion[0] = 2; 334 pVersion[1] = 0; 335 memcpy(&pVersion[2], lsVersionArr, sizeof(lsVersionArr)); 351 tJBL_STATUS Get_LsAppletStatus(UINT8 *pVersion) 367 pVersion[0] = lsGetStatusArr[0]; 368 pVersion[1] = lsGetStatusArr[1]; [all...] |
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/ |
AlaLib.h | 77 unsigned char ALA_lsGetVersion(UINT8 *pVersion); 78 unsigned char ALA_lsGetStatus(UINT8 *pVersion); 79 unsigned char ALA_lsGetAppletStatus(UINT8 *pVersion);
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type01/ |
MiscSystemManufacturerFunction.c | 62 CHAR16 *pVersion;
83 pVersion = (CHAR16 *) PcdGetPtr (PcdSystemVersion);
84 if (StrLen(pVersion) > 0)
87 HiiSetString (mHiiHandle, TokenToUpdate, pVersion, NULL);
|
/system/bt/bta/sdp/ |
bta_sdp_act.cc | 55 uint16_t pversion = 0; local 77 &pversion)) { 78 record->mns.hdr.profile_version = pversion; 95 uint16_t pversion = -1; local 130 &pversion)) { 131 record->mas.hdr.profile_version = pversion; 147 uint16_t pversion; local 176 &pversion)) { 177 record->pse.hdr.profile_version = pversion; 194 uint16_t pversion = -1 local 279 uint16_t pversion = -1; local [all...] |
/external/pdfium/fpdfsdk/ |
fpdf_ext.cpp | 87 CXML_Element* pVersion = 89 if (!pVersion) 91 CXML_Content* pContent = ToContent(pVersion->GetChild(0));
|
/external/mesa3d/include/vulkan/ |
vk_icd.h | 33 typedef VkResult (VKAPI_PTR *PFN_vkNegotiateLoaderICDInterfaceVersion)(uint32_t *pVersion);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winsync.h | 544 STDMETHOD_(HRESULT,GetChangeVersion)(THIS_ const BYTE *pbCurrentReplicaId,SYNC_VERSION *pVersion) PURE; 545 STDMETHOD_(HRESULT,GetCreationVersion)(THIS_ const BYTE *pbCurrentReplicaId,SYNC_VERSION *pVersion) PURE; 561 #define ISyncChange_GetChangeVersion(This,pbCurrentReplicaId,pVersion) (This)->lpVtbl->GetChangeVersion(This,pbCurrentReplicaId,pVersion) 562 #define ISyncChange_GetCreationVersion(This,pbCurrentReplicaId,pVersion) (This)->lpVtbl->GetCreationVersion(This,pbCurrentReplicaId,pVersion) 590 STDMETHOD_(HRESULT,GetChangeUnitVersion)(THIS_ const BYTE *pbCurrentReplicaId,SYNC_VERSION *pVersion) PURE; 600 #define ISyncChangeUnit_GetChangeUnitVersion(This,pbCurrentReplicaId,pVersion) (This)->lpVtbl->GetChangeUnitVersion(This,pbCurrentReplicaId,pVersion)
|
termmgr.h | 282 virtual HRESULT WINAPI get_Version(BSTR *pVersion) = 0; 310 HRESULT (WINAPI *get_Version)(ITPluggableTerminalClassRegistration *This,BSTR *pVersion); 340 #define ITPluggableTerminalClassRegistration_get_Version(This,pVersion) (This)->lpVtbl->get_Version(This,pVersion) 363 HRESULT WINAPI ITPluggableTerminalClassRegistration_get_Version_Proxy(ITPluggableTerminalClassRegistration *This,BSTR *pVersion); [all...] |
mspaddr.h | 58 STDMETHOD(get_Version)(BSTR *pVersion);
|
exdisp.h | [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/ |
vk_icd.h | 33 typedef VkResult (VKAPI_PTR *PFN_vkNegotiateLoaderICDInterfaceVersion)(uint32_t *pVersion);
|
/external/vulkan-validation-layers/include/vulkan/ |
vk_icd.h | 47 typedef VkResult (VKAPI_PTR *PFN_vkNegotiateLoaderICDInterfaceVersion)(uint32_t *pVersion);
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/ |
Ala.h | 241 tJBL_STATUS Get_LsStatus(UINT8 *pVersion); 242 tJBL_STATUS Get_LsAppletStatus(UINT8 *pVersion);
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
StackListener.java | 284 public void getVersionCb(String pVersion) { 285 logger.debug("pVersion=" + pVersion);
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/ |
LVM.h | 341 /* pVersion Pointer to an empty version info structure */ 345 /* LVM_NULLADDRESS when pVersion is NULL */ 351 LVM_ReturnStatus_en LVM_GetVersionInfo(LVM_VersionInfo_st *pVersion); [all...] |
/external/iproute2/tc/ |
m_ipt.c | 38 static const char *pversion = "0.1"; variable 80 fprintf(stderr, "%s v%s: ", pname, pversion);
|
m_xt_old.c | 50 static const char *pversion = "0.2"; variable 151 fprintf(stderr, "%s v%s: ", pname, pversion);
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type02/ |
MiscBaseBoardManufacturerFunction.c | 65 //CHAR16 *pVersion;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
HTTP.c | 539 UINT8 * pVersion;
562 pVersion = HttpReplaceSpace ( pWebPage, pEnd );
563 if ( pEnd <= pVersion ) {
[all...] |
/hardware/nxp/secure_element/ls_client/inc/ |
LsLib.h | 353 LSCSTATUS Get_LsStatus(uint8_t* pVersion);
|
/toolchain/binutils/binutils-2.27/gold/ |
script.cc | [all...] |
symtab.cc | [all...] |
/external/python/cpython2/Lib/plat-mac/Carbon/ |
AppleEvents.py | 528 pVersion = FOUR_CHAR_CODE('vers') [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/ |
AppleEvents.py | 528 pVersion = FOUR_CHAR_CODE('vers') [all...] |