Home
last modified time | relevance | path

Searched refs:vers (Results 1 – 25 of 33) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dpn532.cxx54 uint32_t vers = nfc->getFirmwareVersion(); in main() local
56 if (vers) in main()
57 printf("Got firmware version: 0x%08x\n", vers); in main()
Dpn532-writeurl.cxx47 uint32_t vers = nfc->getFirmwareVersion(); in main() local
49 if (vers) in main()
50 printf("Got firmware version: 0x%08x\n", vers); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dpn532.py50 vers = myNFC.getFirmwareVersion() variable
52 if (vers):
53 print "Got firmware version: %08x" % vers
Dpn532-writeurl.py50 vers = myNFC.getFirmwareVersion() variable
52 if (vers):
53 print "Got firmware version: %08x" % vers
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dpn532.js38 var vers = myNFCObj.getFirmwareVersion(); variable
40 if (vers)
41 console.log("Got firmware version: " + toHex(vers, 8));
Dpn532-writeurl.js84 var vers = myNFCObj.getFirmwareVersion(); variable
86 if (vers)
87 console.log("Got firmware version: " + toHex(vers, 8));
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_primary.h63 virtual DisplayError GetPPFeaturesVersion(PPFeatureVersion *vers);
Dhw_device.h62 virtual DisplayError GetPPFeaturesVersion(PPFeatureVersion *vers);
Dhw_primary.cpp685 DisplayError HWPrimary::GetPPFeaturesVersion(PPFeatureVersion *vers) { in GetPPFeaturesVersion() argument
697 vers->version[i] = version.version_info; in GetPPFeaturesVersion()
/hardware/qcom/display/msm8996/sdm/libs/core/
Dhw_interface.h80 virtual DisplayError GetPPFeaturesVersion(PPFeatureVersion *vers) = 0;
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 )
Dloc_api.xdr121 * XDR definition of the LOC_API program ( vers. 0x00040002 )
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 )
Dloc_api.xdr121 * XDR definition of the LOC_API program ( vers. 0x00040002 )
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 )
Dloc_api.xdr121 * XDR definition of the LOC_API program ( vers. 0x00040002 )
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 )
Dloc_api.xdr130 * XDR definition of the LOC_API program ( vers. 0x00010001 )
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 )
Dloc_api.xdr130 * XDR definition of the LOC_API program ( vers. 0x00010001 )
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 )
Dloc_api.xdr130 * XDR definition of the LOC_API program ( vers. 0x00010001 )
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_cb.xdr97 * XDR definition of the LOC_API callback program ( vers. 0x00050006 )
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_cb.xdr97 * XDR definition of the LOC_API callback program ( vers. 0x00050006 )
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_cb.xdr97 * XDR definition of the LOC_API callback program ( vers. 0x00050006 )

12