GpsMeasurementInterface Struct Reference
#include <
gps.h
>
Data Fields |
|
size_t | size |
int(* | init )( GpsMeasurementCallbacks *callbacks) |
void(* | close )() |
Detailed Description
Field Documentation
void(* close)() |
int(* init)( GpsMeasurementCallbacks *callbacks) |
Initializes the interface and registers the callback routines with the HAL. After a successful call to 'init' the HAL must begin to provide updates at its own phase.
Status: GPS_MEASUREMENT_OPERATION_SUCCESS GPS_MEASUREMENT_ERROR_ALREADY_INIT - if a callback has already been registered without a corresponding call to 'close' GPS_MEASUREMENT_ERROR_GENERIC - if any other error occurred, it is expected that the HAL will not generate any updates upon returning this error code.
The documentation for this struct was generated from the following file:
- hardware/libhardware/include/hardware/ gps.h