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

  /hardware/qcom/gps/msm8084/core/
LocDualContext.cpp 148 void LocDualContext :: injectFeatureConfig(ContextBase *curContext)
151 if(curContext == mInjectContext) {
154 ((LocDualContext *)mInjectContext)->mLBSProxy->injectFeatureConfig(curContext);
  /hardware/qcom/gps/msm8909/core/
LocDualContext.cpp 130 void LocDualContext :: injectFeatureConfig(ContextBase *curContext)
133 if(curContext == mInjectContext) {
136 ((LocDualContext *)mInjectContext)->mLBSProxy->injectFeatureConfig(curContext);
  /hardware/qcom/gps/msm8996/core/
LocDualContext.cpp 130 void LocDualContext :: injectFeatureConfig(ContextBase *curContext)
133 if(curContext == mInjectContext) {
136 ((LocDualContext *)mInjectContext)->mLBSProxy->injectFeatureConfig(curContext);
  /hardware/qcom/gps/msm8998/core/
LocDualContext.cpp 133 void LocDualContext :: injectFeatureConfig(ContextBase *curContext)
136 if(curContext == mInjectContext) {
139 ((LocDualContext *)mInjectContext)->mLBSProxy->injectFeatureConfig(curContext);
  /hardware/qcom/gps/core/
LocDualContext.cpp 166 void LocDualContext :: injectFeatureConfig(ContextBase *curContext)
169 if(curContext == mInjectContext) {
172 ((LocDualContext *)mInjectContext)->mLBSProxy->injectFeatureConfig(curContext);
  /hardware/qcom/gps/msm8994/core/
LocDualContext.cpp 166 void LocDualContext :: injectFeatureConfig(ContextBase *curContext)
169 if(curContext == mInjectContext) {
172 ((LocDualContext *)mInjectContext)->mLBSProxy->injectFeatureConfig(curContext);
  /libcore/ojluni/src/main/java/java/io/
ObjectOutputStream.java 203 private SerialCallbackContext curContext;
449 SerialCallbackContext ctx = curContext;
472 SerialCallbackContext ctx = curContext;
    [all...]
ObjectInputStream.java 272 private SerialCallbackContext curContext;
497 SerialCallbackContext ctx = curContext;
536 SerialCallbackContext ctx = curContext;
    [all...]
  /external/skia/src/core/
SkSpecialImage.cpp 89 if (GrContext* curContext = as_SIB(this)->onGetContext()) {
90 return curContext == context ? sk_sp<SkSpecialImage>(SkRef(this)) : nullptr;

Completed in 4500 milliseconds