/hardware/qcom/sm8150/gps/utils/ |
D | LocTimer.cpp | 200 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, LocTimerContainer* container); 251 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; in get() local 253 if (!container) { in get() 256 if (!container) { in get() 257 container = new LocTimerContainer(wakeOnExpire); in get() 259 if (-1 == container->getTimerFd()) { in get() 260 delete container; in get() 261 container = NULL; in get() 266 return container; in get() 329 inline MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) : in add() [all …]
|
D | SkipList.h | 44 template<typename elem, typename Allocator = std::allocator<elem>> class container = list> 47 typedef typename container<SkipNode<T, container>>::iterator NodeIterator;
|
/hardware/qcom/sm7250/gps/utils/ |
D | LocTimer.cpp | 200 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, LocTimerContainer* container); 251 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; in get() local 253 if (!container) { in get() 256 if (!container) { in get() 257 container = new LocTimerContainer(wakeOnExpire); in get() 259 if (-1 == container->getTimerFd()) { in get() 260 delete container; in get() 261 container = NULL; in get() 266 return container; in get() 329 inline MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) : in add() [all …]
|
D | SkipList.h | 44 template<typename elem, typename Allocator = std::allocator<elem>> class container = list> 47 typedef typename container<SkipNode<T, container>>::iterator NodeIterator;
|
/hardware/qcom/sm7150/gps/utils/ |
D | LocTimer.cpp | 188 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, LocTimerContainer* container); 239 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; in get() local 241 if (!container) { in get() 244 if (!container) { in get() 245 container = new LocTimerContainer(wakeOnExpire); in get() 247 if (-1 == container->getTimerFd()) { in get() 248 delete container; in get() 249 container = NULL; in get() 254 return container; in get() 318 inline MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) : in add() [all …]
|
D | SkipList.h | 44 template<typename elem, typename Allocator = std::allocator<elem>> class container = list> 47 typedef typename container<SkipNode<T, container>>::iterator NodeIterator;
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocTimer.cpp | 187 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, LocTimerContainer* container); 238 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; in get() local 240 if (!container) { in get() 243 if (!container) { in get() 244 container = new LocTimerContainer(wakeOnExpire); in get() 246 if (-1 == container->getTimerFd()) { in get() 247 delete container; in get() 248 container = NULL; in get() 253 return container; in get() 316 inline MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) : in add() [all …]
|
/hardware/qcom/sm8150p/gps/utils/ |
D | LocTimer.cpp | 188 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, LocTimerContainer* container); 239 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; in get() local 241 if (!container) { in get() 244 if (!container) { in get() 245 container = new LocTimerContainer(wakeOnExpire); in get() 247 if (-1 == container->getTimerFd()) { in get() 248 delete container; in get() 249 container = NULL; in get() 254 return container; in get() 318 inline MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) : in add() [all …]
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | LocTimer.cpp | 186 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, LocTimerContainer* container); 237 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; in get() local 239 if (!container) { in get() 242 if (!container) { in get() 243 container = new LocTimerContainer(wakeOnExpire); in get() 245 if (-1 == container->getTimerFd()) { in get() 246 delete container; in get() 247 container = NULL; in get() 252 return container; in get() 316 inline MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) : in add() [all …]
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocTimer.cpp | 238 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; in get() local 240 if (!container) { in get() 243 if (!container) { in get() 244 container = new LocTimerContainer(wakeOnExpire); in get() 246 if (-1 == container->getTimerFd()) { in get() 247 delete container; in get() 248 container = NULL; in get() 253 return container; in get() 316 inline MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) : in add() 317 LocMsg(), mTimerContainer(&container), mTimer(&timer) {} in add() [all …]
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocTimer.cpp | 237 LocTimerContainer*& container = wakeOnExpire ? mHwTimers : mSwTimers; in get() local 239 if (!container) { in get() 242 if (!container) { in get() 243 container = new LocTimerContainer(wakeOnExpire); in get() 245 if (-1 == container->getTimerFd()) { in get() 246 delete container; in get() 247 container = NULL; in get() 252 return container; in get() 316 inline MsgTimerPush(LocTimerContainer& container, LocTimerDelegate& timer) : in add() 317 LocMsg(), mTimerContainer(&container), mTimer(&timer) {} in add() [all …]
|
/hardware/google/graphics/gs201/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 133 void updateDouble(const containerT &container, uint32_t offset) { in updateDouble() 134 for (std::size_t n = 0; n < container.size(); n += 2) in updateDouble() 135 offset = set_and_get_next_offset(offset, container[n] | container[n + 1] << 16); in updateDouble() 136 if ((container.size() % 2) == 1) in updateDouble() 137 set_and_get_next_offset(offset, container.back()); in updateDouble() 141 void updateSingle(const containerT &container, uint32_t offset) { in updateSingle() 142 for (auto item : container) in updateSingle()
|
/hardware/google/graphics/gs101/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 133 void updateDouble(const containerT &container, uint32_t offset) { in updateDouble() 134 for (std::size_t n = 0; n < container.size(); n += 2) in updateDouble() 135 offset = set_and_get_next_offset(offset, container[n] | container[n + 1] << 16); in updateDouble() 136 if ((container.size() % 2) == 1) in updateDouble() 137 set_and_get_next_offset(offset, container.back()); in updateDouble() 141 void updateSingle(const containerT &container, uint32_t offset) { in updateSingle() 142 for (auto item : container) in updateSingle()
|
/hardware/google/graphics/zuma/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 153 void updateDouble(const containerT &container, uint32_t offset) { in updateDouble() 154 for (std::size_t n = 0; n < container.size(); n += 2) in updateDouble() 155 offset = set_and_get_next_offset(offset, container[n] | container[n + 1] << 16); in updateDouble() 156 if ((container.size() % 2) == 1) in updateDouble() 157 set_and_get_next_offset(offset, container.back()); in updateDouble() 161 void updateSingle(const containerT &container, uint32_t offset) { in updateSingle() 162 for (auto item : container) in updateSingle()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | MessageMutator.cpp | 74 MessageMutator::iterator::iterator(const MessageMutator& container, in iterator() argument 76 : mContainer(container), mCurrent(current) {} in iterator()
|
/hardware/interfaces/bluetooth/audio/flags/ |
D | Android.bp | 4 container: "system",
|
D | btaudiohal.aconfig | 2 container: "system"
|
/hardware/google/pixel/vibrator/cs40l26/ |
D | VibratorFlags.aconfig | 2 container: "vendor"
|
D | Android.bp | 115 container: "vendor",
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | dynamic_sensors.aconfig | 2 container: "system"
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | MessageMutator.h | 58 iterator(const MessageMutator& container, Buffer<nlmsghdr>::iterator current);
|
/hardware/interfaces/usb/1.1/ |
D | types.hal | 39 * Used as the container to report data back to the caller.
|
/hardware/interfaces/usb/1.0/ |
D | types.hal | 137 * Used as a container to send port role information. 155 * Used as the container to report data back to the caller.
|
/hardware/interfaces/drm/1.0/ |
D | IDrmFactory.hal | 40 * given media container format specified by mimeType
|
/hardware/interfaces/camera/provider/aidl/vts/ |
D | camera_aidl_test.h | 103 bool contains(const std::set<T>& container, T value) { in contains() argument 104 return container.find(value) != container.end(); in contains()
|