mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-24 12:55:31 -04:00
universal7885: Import radio hals
* Build them from source * Drop prebuilts on vendor tree
This commit is contained in:
parent
0282f1e3a9
commit
d97d8b7bfe
15 changed files with 455 additions and 7 deletions
9
universal7885-common/hidl/radio/2.1/ISehRadio.hal
Normal file
9
universal7885-common/hidl/radio/2.1/ISehRadio.hal
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package vendor.samsung.hardware.radio@2.1;
|
||||
|
||||
import vendor.samsung.hardware.radio@2.0::ISehRadio;
|
||||
|
||||
interface ISehRadio extends @2.0::ISehRadio {
|
||||
oneway setNrMode(int32_t serial, int32_t mode);
|
||||
oneway getNrMode(int32_t serial);
|
||||
oneway getNrIconType(int32_t serial);
|
||||
};
|
||||
Loading…
Reference in a new issue