The SDK comes with test framework usage records (ADB&ADB SHELL, Monkey test, log capture, Automator tests, etc.)

Android SDK analysis Refer to this blog Android SDK analysis_android sdk res-CSDN blog ADB: Android Debug Bridge Understanding: As the name suggests, it serves as a “bridge” to connect computers and Android devices (or virtual machines), allowing users to directly transmit instructions/receive data to the device (virtual machine) through the computer without operating on the […]

Use Amap SDK to develop simple navigation App for Android

First refer to the Amap Open Platform SDK Development Guide: Under Documentation and Support-Android platform, you can choose which type of development to refer to. Step 1: Configure Android Studio Android Studio is very troublesome to configure, and various problems will inevitably occur, causing me to crash several times. Into the title: 1. New project […]

Qualcomm Enhanced SDK (QESDK) API Reference (8)

Qualcomm Enhanced SDK (QESDK) API Reference (8) 3.3 Data path priority 3.3.1 Data path priority function 3.3.1.1 Creator 3.3.1.2 registerFlowStatusUpdates 3.3.1.3 addFlow 3.3.1.4 getFlow 3.3.1.5 deleteFlow 3.3.1.6 deleteAllFlows 3.3.2 Data path priority callback interface 3.3.3 Data path priority enumeration 3.3.3.1 Direction 3.3.3.2 Agreement 3.3.3.3 appType 3.3.3.4 Process status 3.3 Data path priority The data path […]

Qualcomm Enhanced SDK (QESDK) API Reference (6)

Qualcomm Enhanced SDK (QESDK) API Reference (6) 3.1.3 LCE enumeration 3.1.4 Sample code 3.2 Link latency manager 3.2.1 LLM function 3.1.3 LCE enumeration accessNetworkType Used when setting reporting criteria. Value Description NONE Period-based reporting WCDMA WCDMA Threshold-based reporting LTE LTE threshold-based reporting NR5G NR5G threshold-based reporting linkDirection Specify the link direction. Value Description UP_LINK DOWN_LINK […]

Qualcomm Enhanced SDK (QESDK) API Reference (7)

Qualcomm Enhanced SDK (QESDK) API Reference (7) 3.2.1 LLM callback interface 3.2.1.1 Validity levels 3.2.1.2 Filter status 3.2.1.3 Filter information 3.2.1 LLM enumeration 3.2.1 LLM sample code 3.2.1 LLM callback interface The following subsections introduce the LinkLatencyCBs interface, its description and callback parameters. 3.2.1.1 Effective Level The callback receives the valid link level as argument. […]

Qualcomm Enhanced SDK (QESDK) API Reference (9)

Qualcomm Enhanced SDK (QESDK) API Reference (9) 3.3.4 Sample code 4 Sensor API 4.1 Sensor function 4.1.1 Sensor session 4.1.2 create_session 4.1.3 get_sensors_list 4.1.4 delete_session 4.2 Sensor interface 4.2.1 Send request 4.2.2 register_event_callback 4.2.3 register_error_callback 4.2.4 Ierror_callback_type.onValues 4.2.5 Event_callback_type.onValues 4.3 Activity recognition 4.3.1 Activity Identification Enumeration 3.3.4 Sample code Java Need to import import com.qualcomm.qti.qesdk.Modem.ILinkLatencyCBs; […]

Qualcomm Enhanced SDK (QESDK) API Reference (10)

Qualcomm Enhanced SDK (QESDK) API Reference (10) 4.4 Encoding and decoding protobuf messages 4.4.1 Request message 4.4.2 Decoding messages 4.5 Sample code 5 Performance API (QAPE) 5.1 Performance API Overview 5.2 QAPE API 5.2.1 QAPE Manager 5.2.2 set_pkg 5.2.3 boost_cpu 5.2.4 boost_gpu 5.2.5 hint_low_latency 5.2.6 hint_high_cpuutil 5.2.7 hint_low_cpuutil 5.2.8 hint_thread_pipeline 5.2.9 release_thread_hints 4.4 Encoding and […]

Blockchain experimental design: XuperChain SDK and contract function use

Experimental purpose Master the basic functions of XuperChian’s SDK Master the use of XuperChain’s contract functions Experimental environment XuperChain provides multi-language versions of the SDK (including JS, Golang, Java, Python) to facilitate users to use various functions of XuperChain in depth. Here we take Python as an example to show the basic API used by […]

C++ calls ffmpeg sdk development

I just joined the encoding and decoding development position. All I have done before is algorithm design and I have never been exposed to SDK development. Start using a blog to record your learning process, hoping that one day you can become a boss. Call ffmpeg sdk to convert mp4 format to avi format …I […]