mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
3a129d7a3b323272ecf81572209718dc3bed0ea5
Implement a host program that could be used to test the remote access feature. The program will provides grpc service that the remote access HAL running on device can talk to to get tasks. The program will also use adb/aemu command to control the power of the Android instance. This CL also changes the GRPC service address for the default remoteaccess HAL to 10.0.2.2 which points to the host's 127.0.0.1 from the emulator. Test: m -j TestWakeupClientServerHost, run manually. TestWakeupClientServerHost >>> inject task [clientID] taskdata verify emualtor boot up verify emulator shutdown after task finish >>> power on verify emualtor boot up >>> inject task [clientID] taskdata verify emulator does not shutdown after task finish >>> power off >>> inject task [clientID] taskdata verify emulator boot up >>> set vehicleInUse verify emulator does not shutdown after task finish >>> power off >>> genFakeTask start [clientID] verify emulator starts up to execute remote tasks. verify emulator shuts down after 300s. verify emulator restarts after shutdown. >>> genFakeTask stop verify emulator shuts down after finishing last task. Bug: 285205122 Change-Id: I22b660448d8b495cf3ced3378c1c1dc10051d87a
Merge "Use String8/16 c_str [camera]" into udc-dev-plus-aosp am:
f9da01134b am: b2e932d474 am: a2c25cfbec
Merge "Include <functional> for std::function and std::placeholders" into main am:
e5896f0fea am: 073c14a320 am: ce87f3a63d am: bc5e1931d8 am: afa3d1a2cf
Merge "Make apex_available of nn hidl interfaces explicit in Android.bp" am:
fd48e195bb am: 1156f7c564 am: b0e2887437
Merge "Initialize mStopThread in Sensor constructor" into main am:
014b456a11 am: 9f52ca0fd2 am: b3114df058 am: 2dcf4ebe43 am: faa0f059af
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%