/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | pn532.cxx | 54 uint32_t vers = nfc->getFirmwareVersion(); in main() local 56 if (vers) in main() 57 printf("Got firmware version: 0x%08x\n", vers); in main()
|
D | pn532-writeurl.cxx | 47 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/ |
D | pn532.py | 50 vers = myNFC.getFirmwareVersion() variable 52 if (vers): 53 print "Got firmware version: %08x" % vers
|
D | pn532-writeurl.py | 50 vers = myNFC.getFirmwareVersion() variable 52 if (vers): 53 print "Got firmware version: %08x" % vers
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | pn532.js | 38 var vers = myNFCObj.getFirmwareVersion(); variable 40 if (vers) 41 console.log("Got firmware version: " + toHex(vers, 8));
|
D | pn532-writeurl.js | 84 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/ |
D | hw_primary.h | 63 virtual DisplayError GetPPFeaturesVersion(PPFeatureVersion *vers);
|
D | hw_device.h | 62 virtual DisplayError GetPPFeaturesVersion(PPFeatureVersion *vers);
|
D | hw_primary.cpp | 685 DisplayError HWPrimary::GetPPFeaturesVersion(PPFeatureVersion *vers) { in GetPPFeaturesVersion() argument 697 vers->version[i] = version.version_info; in GetPPFeaturesVersion()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | hw_interface.h | 80 virtual DisplayError GetPPFeaturesVersion(PPFeatureVersion *vers) = 0;
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 )
|
D | loc_api.xdr | 121 * XDR definition of the LOC_API program ( vers. 0x00040002 )
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 )
|
D | loc_api.xdr | 121 * XDR definition of the LOC_API program ( vers. 0x00040002 )
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 68 * XDR definition of the LOC_API callback program ( vers. 0x00040002 )
|
D | loc_api.xdr | 121 * XDR definition of the LOC_API program ( vers. 0x00040002 )
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 )
|
D | loc_api.xdr | 130 * XDR definition of the LOC_API program ( vers. 0x00010001 )
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 )
|
D | loc_api.xdr | 130 * XDR definition of the LOC_API program ( vers. 0x00010001 )
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 77 * XDR definition of the LOC_API callback program ( vers. 0x00010001 )
|
D | loc_api.xdr | 130 * XDR definition of the LOC_API program ( vers. 0x00010001 )
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api_cb.xdr | 97 * XDR definition of the LOC_API callback program ( vers. 0x00050006 )
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api_cb.xdr | 97 * 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/ |
D | loc_api_cb.xdr | 97 * XDR definition of the LOC_API callback program ( vers. 0x00050006 )
|