Remove oneway designator on contexthub HAL 1.1
According to the linter, the oneway designator should only be used on an interface that only has oneway methods as it can have implications on the threading model (among other things). Bug: 149758462 Test: atest VtsHalContexthubV1_0TargetTest VtsHalContexthubV1_1TargetTest Change-Id: I969ab2ead1e30f7f4cfa62e292a22833ec5e8471
This commit is contained in:
parent
f283a54fcc
commit
c64065c557
2 changed files with 2 additions and 2 deletions
|
@ -27,5 +27,5 @@ interface IContexthub extends @1.0::IContexthub {
|
|||
* @param setting User setting that has been modified.
|
||||
* @param newValue The update value of the user setting.
|
||||
*/
|
||||
oneway onSettingChanged(Setting setting, SettingValue newValue);
|
||||
onSettingChanged(Setting setting, SettingValue newValue);
|
||||
};
|
|
@ -644,7 +644,7 @@ c1aa508d00b66ed5feefea398fd5edf28fa651ac89773adad7dfda4e0a73a952 android.hardwar
|
|||
9811f867def49b420d8c707f7e38d3bdd64f835244e1d2a5e9762ab9835672dc android.hardware.cas@1.2::ICasListener
|
||||
f18695dd36ee205640b8326a17453858a7b4596653aaa6ef0016b0aef1bd4dac android.hardware.cas@1.2::IMediaCasService
|
||||
4d85e814f94949dae4dc6cb82bbd7d6bb24ffafda6ddb2eac928d2a4fc2e21ce android.hardware.cas@1.2::types
|
||||
2a6b1a1202493f0a7c88d716da6e2cdd66bfd77a170621791fdf14997fdfcaf9 android.hardware.contexthub@1.1::IContexthub
|
||||
8351cc01eed4c0b4482d9572b5c7ddfd17874d8edb51d6761d348116fc91dd18 android.hardware.contexthub@1.1::IContexthub
|
||||
3581d0ba61663cdd45807494dcd697d01c074f27587df9140655f94346969cfe android.hardware.contexthub@1.1::types
|
||||
66931c2506fbb5af61f20138cb05e0a09e7bf67d6964c231d27c648933bb33ec android.hardware.drm@1.3::ICryptoFactory
|
||||
994d08ab27d613022c258a9ec48cece7adf2a305e92df5d76ef923e2c6665f64 android.hardware.drm@1.3::IDrmFactory
|
||||
|
|
Loading…
Reference in a new issue