OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hassubscribers
(Results
1 - 14
of
14
) sorted by null
/packages/services/Car/service/src/com/android/car/hal/
VmsHalService.java
381
* @param
hasSubscribers
indicates if the notification is for subscription or unsubscription.
383
private void notifyHalPublishers(VmsLayer layer, boolean
hasSubscribers
) {
385
setSubscriptionRequest(layer,
hasSubscribers
);
388
private void notifyHalPublishers(VmsLayer layer, int publisherId, boolean
hasSubscribers
) {
390
setSubscriptionToPublisherRequest(layer, publisherId,
hasSubscribers
);
752
* @param
hasSubscribers
if it is a subscribe or unsubscribe message.
755
public boolean setSubscriptionRequest(VmsLayer layer, boolean
hasSubscribers
) {
757
hasSubscribers
? VmsMessageType.SUBSCRIBE : VmsMessageType.UNSUBSCRIBE, layer);
763
boolean
hasSubscribers
) {
765
hasSubscribers
[
all
...]
/frameworks/support/lifecycle/reactivestreams/src/test/java/androidx/lifecycle/
LiveDataReactiveStreamsTest.java
201
assertThat(processor.
hasSubscribers
(), is(false));
205
assertThat(processor.
hasSubscribers
(), is(true));
209
assertThat(processor.
hasSubscribers
(), is(false));
/hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h
235
//so
hasSubscribers
() returns 1 if list is not empty
237
inline bool
hasSubscribers
() const
loc_eng_agps.cpp
261
if (mStateMachine->
hasSubscribers
()) {
353
if (!mStateMachine->
hasSubscribers
()) {
452
if (!mStateMachine->
hasSubscribers
()) {
543
if (!mStateMachine->
hasSubscribers
()) {
781
if (mEnforceSingleSubscriber &&
hasSubscribers
()) {
[
all
...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.h
235
//so
hasSubscribers
() returns 1 if list is not empty
237
inline bool
hasSubscribers
() const
loc_eng_agps.cpp
261
if (mStateMachine->
hasSubscribers
()) {
353
if (!mStateMachine->
hasSubscribers
()) {
452
if (!mStateMachine->
hasSubscribers
()) {
543
if (!mStateMachine->
hasSubscribers
()) {
782
if (mEnforceSingleSubscriber &&
hasSubscribers
()) {
[
all
...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_agps.h
235
//so
hasSubscribers
() returns 1 if list is not empty
237
inline bool
hasSubscribers
() const
loc_eng_agps.cpp
261
if (mStateMachine->
hasSubscribers
()) {
353
if (!mStateMachine->
hasSubscribers
()) {
452
if (!mStateMachine->
hasSubscribers
()) {
543
if (!mStateMachine->
hasSubscribers
()) {
781
if (mEnforceSingleSubscriber &&
hasSubscribers
()) {
[
all
...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h
235
//so
hasSubscribers
() returns 1 if list is not empty
237
inline bool
hasSubscribers
() const
loc_eng_agps.cpp
261
if (mStateMachine->
hasSubscribers
()) {
353
if (!mStateMachine->
hasSubscribers
()) {
452
if (!mStateMachine->
hasSubscribers
()) {
543
if (!mStateMachine->
hasSubscribers
()) {
781
if (mEnforceSingleSubscriber &&
hasSubscribers
()) {
[
all
...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_agps.h
235
//so
hasSubscribers
() returns 1 if list is not empty
237
inline bool
hasSubscribers
() const
loc_eng_agps.cpp
261
if (mStateMachine->
hasSubscribers
()) {
353
if (!mStateMachine->
hasSubscribers
()) {
452
if (!mStateMachine->
hasSubscribers
()) {
543
if (!mStateMachine->
hasSubscribers
()) {
781
if (mEnforceSingleSubscriber &&
hasSubscribers
()) {
[
all
...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.h
235
//so
hasSubscribers
() returns 1 if list is not empty
237
inline bool
hasSubscribers
() const
loc_eng_agps.cpp
261
if (mStateMachine->
hasSubscribers
()) {
353
if (!mStateMachine->
hasSubscribers
()) {
452
if (!mStateMachine->
hasSubscribers
()) {
543
if (!mStateMachine->
hasSubscribers
()) {
781
if (mEnforceSingleSubscriber &&
hasSubscribers
()) {
[
all
...]
Completed in 482 milliseconds