Lines Matching refs:to
10 * Unless required by applicable law or agreed to in writing, software
22 * The interface is required for the HAL to communicate certain information
23 * like status and location info back to the platform, the platform implements
24 * the interfaces and passes a handle to the HAL.
28 * Callback to inform framework of the GNSS HAL implementation model & version name.
36 * This must be called in response to IGnss::setCallback
45 * HAL implementation must call this when it wants the framework to provide locations to assist
46 * with GNSS HAL operation, for example, to assist with time to first fix, error recovery, or to
49 * If a request is made with independentFromGnss set to true, the framework must avoid
50 * providing locations derived from GNSS locations (such as "fused" location), to help improve
53 * In response to this method call, GNSS HAL can expect zero, one, or more calls to
56 * implementations must be able to handle calls to IGnss::injectLocation or