mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Update doc of proxyAppPackageName" into rvc-dev am: d2a36d278a am: efcc66da6b am: 1a0c1beb69
Change-Id: I814c9cb1f84a8e58d6da8c29ab1c25fd5e5c90c1
This commit is contained in:
@@ -589,6 +589,7 @@ cd06a7911b9acd4a653bbf7133888878fbcb3f84be177c7a3f1becaae3d8618f android.hardwar
|
|||||||
a05277065c28ebecd58118bd240fb8c55757361e8648c01f7c4dacdb7f2a95dc android.hardware.camera.metadata@3.3::types
|
a05277065c28ebecd58118bd240fb8c55757361e8648c01f7c4dacdb7f2a95dc android.hardware.camera.metadata@3.3::types
|
||||||
9cb3df2bde2c6cd5fd96b7c41555420cacd7e276a556c684af91b7461c86460f android.hardware.gnss@1.0::IGnssCallback
|
9cb3df2bde2c6cd5fd96b7c41555420cacd7e276a556c684af91b7461c86460f android.hardware.gnss@1.0::IGnssCallback
|
||||||
af334f1fc85c62b343f84b74d0495eed6f495f7fecedb53463db10c202310058 android.hardware.gnss.measurement_corrections@1.0::types
|
af334f1fc85c62b343f84b74d0495eed6f495f7fecedb53463db10c202310058 android.hardware.gnss.measurement_corrections@1.0::types
|
||||||
|
33a6b20c43af00fdfb305df891bc5911c06d9a9130b912759649932e5a4a6e6d android.hardware.gnss.visibility_control@1.0::IGnssVisibilityControlCallback
|
||||||
bceee81ec1b59324abd05932b5620fda5a6589597c9cb3953ba7f3ea02cccd3e android.hardware.camera.provider@2.4::ICameraProvider
|
bceee81ec1b59324abd05932b5620fda5a6589597c9cb3953ba7f3ea02cccd3e android.hardware.camera.provider@2.4::ICameraProvider
|
||||||
2ce820dc4f3c6d85721b65150ed2157c6e2e2055f866fb6c6ba4790f14408d66 android.hardware.camera.provider@2.4::ICameraProviderCallback
|
2ce820dc4f3c6d85721b65150ed2157c6e2e2055f866fb6c6ba4790f14408d66 android.hardware.camera.provider@2.4::ICameraProviderCallback
|
||||||
b69a7615c508acf5c5201efd1bfa3262167874fc3594e2db5a3ff93addd8ac75 android.hardware.keymaster@4.0::IKeymasterDevice
|
b69a7615c508acf5c5201efd1bfa3262167874fc3594e2db5a3ff93addd8ac75 android.hardware.keymaster@4.0::IKeymasterDevice
|
||||||
|
|||||||
@@ -82,6 +82,9 @@ interface IGnssVisibilityControlCallback {
|
|||||||
/**
|
/**
|
||||||
* Package name of the Android proxy application representing the non-framework
|
* Package name of the Android proxy application representing the non-framework
|
||||||
* entity that requested location. Set to empty string if unknown.
|
* entity that requested location. Set to empty string if unknown.
|
||||||
|
*
|
||||||
|
* For user-initiated emergency use cases, this field must be set to empty string
|
||||||
|
* and the inEmergencyMode field must be set to true.
|
||||||
*/
|
*/
|
||||||
string proxyAppPackageName;
|
string proxyAppPackageName;
|
||||||
|
|
||||||
@@ -157,4 +160,4 @@ interface IGnssVisibilityControlCallback {
|
|||||||
* @return success True if the framework determines that the device is in emergency session.
|
* @return success True if the framework determines that the device is in emergency session.
|
||||||
*/
|
*/
|
||||||
isInEmergencySession() generates (bool success);
|
isInEmergencySession() generates (bool success);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user