OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curContext
(Results
1 - 11
of
11
) 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/msm8909w_3100/core/
LocDualContext.cpp
133
void LocDualContext :: injectFeatureConfig(ContextBase *
curContext
)
136
if(
curContext
== mInjectContext) {
139
((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/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
);
/hardware/qcom/gps/msm8998/core/
LocDualContext.cpp
133
void LocDualContext :: injectFeatureConfig(ContextBase *
curContext
)
137
((LocDualContext *)mInjectContext)->mLBSProxy->injectFeatureConfig(
curContext
);
/libcore/ojluni/src/main/java/java/io/
ObjectOutputStream.java
202
private SerialCallbackContext
curContext
;
456
SerialCallbackContext ctx =
curContext
;
479
SerialCallbackContext ctx =
curContext
;
[
all
...]
ObjectInputStream.java
271
private SerialCallbackContext
curContext
;
496
SerialCallbackContext ctx =
curContext
;
535
SerialCallbackContext ctx =
curContext
;
[
all
...]
/external/skia/src/core/
SkSpecialImage.cpp
86
if (GrContext*
curContext
= as_SIB(this)->onGetContext()) {
87
return
curContext
== context ? sk_sp<SkSpecialImage>(SkRef(this)) : nullptr;
/external/skqp/src/core/
SkSpecialImage.cpp
86
if (GrContext*
curContext
= as_SIB(this)->onGetContext()) {
87
return
curContext
== context ? sk_sp<SkSpecialImage>(SkRef(this)) : nullptr;
Completed in 1484 milliseconds