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

  /external/protobuf/src/google/protobuf/compiler/java/
java_field.h 81 const FieldGenerator& get_extension(int index) const;
java_field.cc 105 const FieldGenerator& FieldGeneratorMap::get_extension(int index) const { function in class:google::protobuf::compiler::java::FieldGeneratorMap
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_field.h 81 const FieldGenerator& get_extension(int index) const;
javamicro_field.cc 95 const FieldGenerator& FieldGeneratorMap::get_extension(int index) const { function in class:google::protobuf::compiler::javamicro::FieldGeneratorMap
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 264 (const GpsXtraInterface*)sGpsInterface->get_extension(GPS_XTRA_INTERFACE);
266 (const AGpsInterface*)sGpsInterface->get_extension(AGPS_INTERFACE);
268 (const GpsNiInterface*)sGpsInterface->get_extension(GPS_NI_INTERFACE);
270 (const GpsDebugInterface*)sGpsInterface->get_extension(GPS_DEBUG_INTERFACE);
272 (const AGpsRilInterface*)sGpsInterface->get_extension(AGPS_RIL_INTERFACE);
  /hardware/libhardware/include/hardware/
gps.h 429 const void* (*get_extension)(const char* name); member in struct:__anon17794

Completed in 59 milliseconds