Lines Matching refs:to
10 * Unless required by applicable law or agreed to in writing, software
25 * This interface is required for the HAL to communicate certain information
26 * like status and location info back to the platform, the platform implements
27 * the interfaces and passes a handle to the HAL.
43 * Callback to inform framework of the GNSS HAL implementation's capabilities.
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
63 * If a request is made with independentFromGnss set to true, the framework must avoid
64 * providing locations derived from GNSS locations (such as "fused" location), to help improve
67 * In response to this method call, GNSS HAL can expect zero, one, or more calls to
70 * implementations must be able to handle calls to IGnss::injectLocation or
74 * @param isUserEmergency True if the location request is for delivery of this location to an
76 * during-call to E911, or up to 5 minutes after end-of-call or text to E911).
96 * Callback for the HAL to pass a vector of GnssSvInfo back to the client.