Home
last modified time | relevance | path

Searched refs:sendLoadNanoappRequest (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/host/common/test/
H A Dchre_test_client.cc226 void sendLoadNanoappRequest(SocketClient &client, const char *headerPath, in sendLoadNanoappRequest() function
249 void sendLoadNanoappRequest(SocketClient &client, const char *filename, in sendLoadNanoappRequest() function
319 sendLoadNanoappRequest(client, "/data/activity.so", in main()
336 sendLoadNanoappRequest(client, headerPath.c_str(), binaryPath.c_str()); in main()
365 sendLoadNanoappRequest(client, path.c_str(), id, appVersion, apiVersion, in main()
/aosp12/system/chre/host/common/audio_stress_test/
H A Daudio_stress_test.cc80 void sendLoadNanoappRequest(SocketClient &client, const char *filename, in sendLoadNanoappRequest() function
125 sendLoadNanoappRequest(client, "/data/audio_stress_test.so", in main()
/aosp12/system/chre/host/common/test/power_test/
H A Dchre_power_test_client.cc346 bool sendLoadNanoappRequest(SocketClient &client, const char *filename, in sendLoadNanoappRequest() function
392 if (!sendLoadNanoappRequest(client, filename, appId, appVersion, apiVersion, in loadNanoapp()