Lines Matching refs:HAL
25 * This interface is required for the HAL to communicate certain information
27 * the interfaces and passes a handle to the HAL.
43 * Callback to inform framework of the GNSS HAL implementation's capabilities.
52 * @param location Location information from HAL.
59 * HAL implementation must call this when it wants the framework to provide locations to assist
60 * with GNSS HAL operation, for example, to assist with time to first fix, error recovery, or to
61 * supplement GNSS location for other clients of the GNSS HAL.
67 * In response to this method call, GNSS HAL can expect zero, one, or more calls to
69 * from other sources, which may happen at some arbitrary delay. Generally speaking, HAL
85 * In this version of the HAL, the field 'constellation' in the v1_0 struct is deprecated,
96 * Callback for the HAL to pass a vector of GnssSvInfo back to the client.
98 * @param svInfo SV status information from HAL.