-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add following APIs for sensor HAL: int32_t getHandle(); std::string getName(); std::string getStringType(); std::string getVendor(); int32_t getVersion(); float getResolution(); float getMaximumRange(); float getPower(); int32_t getType(); int32_t getMinDelay(); int32_t getMaxDelay(); uint32_t getFifoReservedEventCount(); uint32_t getFifoMaxEventCount(); std::string getRequiredPermission(); uint32_t getFlags(); Tracked-On: OAM-118727 Signed-off-by: Xu Bing <[email protected]>
- Loading branch information
Showing
2 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters