Home
last modified time | relevance | path

Searched refs:Notification (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; in hasSubscriber()
71 Notification* notification = (Notification*)fromCaller; in notifySubscriber()
86 const int Notification::BROADCAST_ALL = 0x80000000;
87 const int Notification::BROADCAST_ACTIVE = 0x80000001;
88 const int Notification::BROADCAST_INACTIVE = 0x80000002;
94 bool Subscriber::forMe(Notification &notification) in forMe()
99 return Notification::BROADCAST_ALL == notification.groupID || in forMe()
100 (Notification::BROADCAST_ACTIVE == notification.groupID && in forMe()
102 (Notification::BROADCAST_INACTIVE == notification.groupID && in forMe()
115 bool BITSubscriber::notifyRsrcStatus(Notification &notification) in notifyRsrcStatus()
[all …]
Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() argument
103 inline Notification(const int broadcast) : in Notification() argument
108 inline Notification(const Subscriber* subscriber) : in Notification() argument
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0;
297 bool forMe(Notification &notification);
315 virtual bool notifyRsrcStatus(Notification &notification);
342 virtual bool notifyRsrcStatus(Notification &notification);
[all …]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; in hasSubscriber()
71 Notification* notification = (Notification*)fromCaller; in notifySubscriber()
86 const int Notification::BROADCAST_ALL = 0x80000000;
87 const int Notification::BROADCAST_ACTIVE = 0x80000001;
88 const int Notification::BROADCAST_INACTIVE = 0x80000002;
94 bool Subscriber::forMe(Notification &notification) in forMe()
99 return Notification::BROADCAST_ALL == notification.groupID || in forMe()
100 (Notification::BROADCAST_ACTIVE == notification.groupID && in forMe()
102 (Notification::BROADCAST_INACTIVE == notification.groupID && in forMe()
115 bool BITSubscriber::notifyRsrcStatus(Notification &notification) in notifyRsrcStatus()
[all …]
Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() function
103 inline Notification(const int broadcast) : in Notification() argument
108 inline Notification(const Subscriber* subscriber) : in Notification() argument
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0;
297 bool forMe(Notification &notification);
315 virtual bool notifyRsrcStatus(Notification &notification);
342 virtual bool notifyRsrcStatus(Notification &notification);
[all …]
/hardware/qcom/gps/msm8998/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp57 Notification* notification = (Notification*)fromCaller; in hasSubscriber()
70 Notification* notification = (Notification*)fromCaller; in notifySubscriber()
85 const int Notification::BROADCAST_ALL = 0x80000000;
86 const int Notification::BROADCAST_ACTIVE = 0x80000001;
87 const int Notification::BROADCAST_INACTIVE = 0x80000002;
93 bool Subscriber::forMe(Notification &notification) in forMe()
98 return Notification::BROADCAST_ALL == notification.groupID || in forMe()
99 (Notification::BROADCAST_ACTIVE == notification.groupID && in forMe()
101 (Notification::BROADCAST_INACTIVE == notification.groupID && in forMe()
114 bool BITSubscriber::notifyRsrcStatus(Notification &notification) in notifyRsrcStatus()
[all …]
Dloc_eng_agps.h75 struct Notification { struct
93 inline Notification(const int broadcast, in Notification() argument
100 inline Notification(const Subscriber* subscriber, in Notification() function
107 inline Notification(const int broadcast) : in Notification() argument
112 inline Notification(const Subscriber* subscriber) : in Notification() argument
250 void notifySubscribers(Notification& notification) const;
292 virtual bool notifyRsrcStatus(Notification &notification) = 0;
301 bool forMe(Notification &notification);
319 virtual bool notifyRsrcStatus(Notification &notification);
346 virtual bool notifyRsrcStatus(Notification &notification);
[all …]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; in hasSubscriber()
71 Notification* notification = (Notification*)fromCaller; in notifySubscriber()
86 const int Notification::BROADCAST_ALL = 0x80000000;
87 const int Notification::BROADCAST_ACTIVE = 0x80000001;
88 const int Notification::BROADCAST_INACTIVE = 0x80000002;
94 bool Subscriber::forMe(Notification &notification) in forMe()
99 return Notification::BROADCAST_ALL == notification.groupID || in forMe()
100 (Notification::BROADCAST_ACTIVE == notification.groupID && in forMe()
102 (Notification::BROADCAST_INACTIVE == notification.groupID && in forMe()
115 bool BITSubscriber::notifyRsrcStatus(Notification &notification) in notifyRsrcStatus()
[all …]
Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() function
103 inline Notification(const int broadcast) : in Notification() argument
108 inline Notification(const Subscriber* subscriber) : in Notification() argument
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0;
297 bool forMe(Notification &notification);
315 virtual bool notifyRsrcStatus(Notification &notification);
342 virtual bool notifyRsrcStatus(Notification &notification);
[all …]
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; in hasSubscriber()
71 Notification* notification = (Notification*)fromCaller; in notifySubscriber()
86 const int Notification::BROADCAST_ALL = 0x80000000;
87 const int Notification::BROADCAST_ACTIVE = 0x80000001;
88 const int Notification::BROADCAST_INACTIVE = 0x80000002;
94 bool Subscriber::forMe(Notification &notification) in forMe()
99 return Notification::BROADCAST_ALL == notification.groupID || in forMe()
100 (Notification::BROADCAST_ACTIVE == notification.groupID && in forMe()
102 (Notification::BROADCAST_INACTIVE == notification.groupID && in forMe()
115 bool BITSubscriber::notifyRsrcStatus(Notification &notification) in notifyRsrcStatus()
[all …]
Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() function
103 inline Notification(const int broadcast) : in Notification() function
108 inline Notification(const Subscriber* subscriber) : in Notification() argument
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0;
297 bool forMe(Notification &notification);
315 virtual bool notifyRsrcStatus(Notification &notification);
342 virtual bool notifyRsrcStatus(Notification &notification);
[all …]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; in hasSubscriber()
71 Notification* notification = (Notification*)fromCaller; in notifySubscriber()
86 const int Notification::BROADCAST_ALL = 0x80000000;
87 const int Notification::BROADCAST_ACTIVE = 0x80000001;
88 const int Notification::BROADCAST_INACTIVE = 0x80000002;
94 bool Subscriber::forMe(Notification &notification) in forMe()
99 return Notification::BROADCAST_ALL == notification.groupID || in forMe()
100 (Notification::BROADCAST_ACTIVE == notification.groupID && in forMe()
102 (Notification::BROADCAST_INACTIVE == notification.groupID && in forMe()
115 bool BITSubscriber::notifyRsrcStatus(Notification &notification) in notifyRsrcStatus()
[all …]
Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() argument
103 inline Notification(const int broadcast) : in Notification() function
108 inline Notification(const Subscriber* subscriber) : in Notification() function
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0;
297 bool forMe(Notification &notification);
315 virtual bool notifyRsrcStatus(Notification &notification);
342 virtual bool notifyRsrcStatus(Notification &notification);
[all …]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; in hasSubscriber()
71 Notification* notification = (Notification*)fromCaller; in notifySubscriber()
86 const int Notification::BROADCAST_ALL = 0x80000000;
87 const int Notification::BROADCAST_ACTIVE = 0x80000001;
88 const int Notification::BROADCAST_INACTIVE = 0x80000002;
94 bool Subscriber::forMe(Notification &notification) in forMe()
99 return Notification::BROADCAST_ALL == notification.groupID || in forMe()
100 (Notification::BROADCAST_ACTIVE == notification.groupID && in forMe()
102 (Notification::BROADCAST_INACTIVE == notification.groupID && in forMe()
115 bool BITSubscriber::notifyRsrcStatus(Notification &notification) in notifyRsrcStatus()
[all …]
Dloc_eng_agps.h71 struct Notification { struct
89 inline Notification(const int broadcast, in Notification() argument
96 inline Notification(const Subscriber* subscriber, in Notification() function
103 inline Notification(const int broadcast) : in Notification() function
108 inline Notification(const Subscriber* subscriber) : in Notification() function
246 void notifySubscribers(Notification& notification) const;
287 virtual bool notifyRsrcStatus(Notification &notification) = 0;
296 bool forMe(Notification &notification);
314 virtual bool notifyRsrcStatus(Notification &notification);
338 virtual bool notifyRsrcStatus(Notification &notification);
[all …]
/hardware/libhardware/tests/camera2/
Dcamera2_utils.h131 struct Notification { struct
132 Notification(int32_t type, int32_t e1, int32_t e2, int32_t e3): in Notification() argument
145 List<Notification> mNotifications; argument
Dcamera2_utils.cpp297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3)); in onNotify()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2309 class Notification {
2311 Notification() : notified_(false) {
2314 ~Notification() {
2343 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
2386 UserThreadFunc func, T param, Notification* thread_can_start)
2417 Notification* const thread_can_start_;