HomeSort by relevance Sort by last modified time
    Searched refs:update_network_state (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 590 if (interface && interface->update_network_state) {
593 interface->update_network_state(connected, type, roaming, extraInfoStr);
596 interface->update_network_state(connected, type, roaming, NULL);
  /hardware/libhardware/include/hardware/
gps.h 195 /** Network types for update_network_state "type" parameter */
660 void (*update_network_state) (int connected, int type, int roaming, const char* extra_info); member in struct:__anon9660

Completed in 173 milliseconds