Home
last modified time | relevance | path

Searched defs:getter (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/gps/core/
DContextBase.cpp50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local
73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
85 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
/hardware/qcom/gps/msm8084/core/
DContextBase.cpp52 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local
82 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
97 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
/hardware/qcom/gps/msm8960/core/
DContextBase.cpp50 getIzatProxy_t* getter = (getIzatProxy_t*)dlsym(lib, "getIzatProxy"); in getIzatProxy() local
72 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
84 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
/hardware/qcom/gps/msm8994/core/
DContextBase.cpp50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local
73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
85 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp222 struct getter { struct
241 struct getter<E, true> { argument
244 return getter<u>().get(p, (u*)0); in get() argument
/hardware/qcom/gps/msm8996/core/
DContextBase.cpp71 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local
94 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
106 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
/hardware/qcom/gps/msm8909/core/
DContextBase.cpp71 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local
95 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
107 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local
/hardware/qcom/gps/msm8998/core/
DContextBase.cpp177 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local
205 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local
218 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local
/hardware/qcom/gps/msm8909w_3100/core/
DContextBase.cpp190 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local
218 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local
231 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local
/hardware/intel/common/omx-components/videocodec/
DOMXComponentCodecBase.h91 OMXHANDLER getter; member
DOMXComponentCodecBase.cpp171 OMXComponentCodecBase::OMXHANDLER getter, in AddHandler()
/hardware/qcom/gps/msm8998/android/
DGnss.cpp87 getLocationInterface* getter = NULL; in getGnssInterface() local
/hardware/qcom/gps/msm8909w_3100/android/
DGnss.cpp87 getLocationInterface* getter = NULL; in getGnssInterface() local
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.cpp84 getLocationInterface* getter = NULL; in loadLocationInterface() local
/hardware/qcom/gps/msm8998/location/
DLocationAPI.cpp84 getLocationInterface* getter = NULL; in loadLocationInterface() local
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp194 void setGetter(std::function<std::shared_ptr<C2Param>(bool)> getter) { in setGetter()
326 std::function<std::shared_ptr<C2Param>(bool)> getter) { in setGetter()
/hardware/interfaces/audio/core/4.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp229 list<Property> valuesToTest, Setter setter, Getter getter, in testAccessors()
756 Return<Property> (IStream::*getter)(), in testCapabilityGetter()