/system/core/libutils/include/utils/ |
D | List.h | 118 inline bool operator==(const _Iter& right) const { 119 return mpNode == right.mpNode; } 121 inline bool operator!=(const _Iter& right) const { 122 return mpNode != right.mpNode; } 128 inline bool operator==(const OTHER& right) const { 129 return mpNode == right.mpNode; } 132 inline bool operator!=(const OTHER& right) const { 133 return mpNode != right.mpNode; } 180 List<T>& operator=(const List<T>& right); 315 List<T>& List<T>::operator=(const List<T>& right) [all …]
|
/system/keymaster/include/keymaster/ |
D | List.h | 116 inline bool operator==(const _Iter& right) const { 117 return mpNode == right.mpNode; } 119 inline bool operator!=(const _Iter& right) const { 120 return mpNode != right.mpNode; } 126 inline bool operator==(const OTHER& right) const { 127 return mpNode == right.mpNode; } 130 inline bool operator!=(const OTHER& right) const { 131 return mpNode != right.mpNode; } 178 List<T>& operator=(const List<T>& right); 313 List<T>& List<T>::operator=(const List<T>& right) [all …]
|
/system/libhidl/transport/ |
D | HidlTransportSupport.cpp | 111 bool interfacesEqual(const sp<IBase>& left, const sp<IBase>& right) { in interfacesEqual() argument 112 if (left == nullptr || right == nullptr || !left->isRemote() || !right->isRemote()) { in interfacesEqual() 113 return left == right; in interfacesEqual() 115 return getOrCreateCachedBinder(left.get()) == getOrCreateCachedBinder(right.get()); in interfacesEqual()
|
/system/core/libpixelflinger/ |
D | trap.cpp | 226 if (r > GGLint(c->state.scissor.right)) { in aa_nice_pointx() 227 r = GGLint(c->state.scissor.right); in aa_nice_pointx() 291 if (r > GGLint(c->state.scissor.right)) { in aa_pointx() 292 r = GGLint(c->state.scissor.right); in aa_pointx() 428 if (r > GGLint(c->state.scissor.right)) in recti() 429 r = GGLint(c->state.scissor.right); in recti() 546 const int32_t maxx = min(bmaxx, c->state.scissor.right); in trianglex_small() 720 Edge* right, in triangle_sweep_edges() argument 729 if ((left->x > right->x) || in triangle_sweep_edges() 730 ((left->x == right->x) && (left->x_incr > right->x_incr))) { in triangle_sweep_edges() [all …]
|
D | raster.cpp | 88 if ((xd + width) > GGLint(c->state.scissor.right)) { in ggl_copyPixels() 89 width = GGLint(c->state.scissor.right) - xd; in ggl_copyPixels()
|
D | clear.cpp | 101 uint32_t w = c->state.scissor.right - l; in ggl_clear()
|
/system/media/audio_utils/include/audio_utils/ |
D | minifloat.h | 42 gain_minifloat_t right) in gain_minifloat_pack() argument 44 return (right << 16) | left; in gain_minifloat_pack()
|
D | TimestampVerifier.h | 292 static constexpr auto sub(const FrameTime &left, const FrameTime &right) { in sub() argument 295 left.mFrames - right.mFrames, left.mTimeNs - right.mTimeNs); in sub()
|
D | Balance.h | 121 void computeStereoBalance(float balance, float *left, float *right) const;
|
/system/media/audio_utils/ |
D | Balance.cpp | 139 void Balance::computeStereoBalance(float balance, float *left, float *right) const in computeStereoBalance() 143 *right = 1.f; in computeStereoBalance() 146 *right = mCurve(1.f + balance); in computeStereoBalance() 149 *right = 1.f; in computeStereoBalance()
|
/system/chre/util/include/chre/util/ |
D | array_queue.h | 180 bool operator==(const ArrayQueueIterator& right) const { 181 return (mPointer == right.mPointer); 184 bool operator!=(const ArrayQueueIterator& right) const { 185 return (mPointer != right.mPointer);
|
/system/extras/perfprofd/ |
D | map_utils.h | 90 AggregatedSymbol right(maybe_match.symbol, *offset_it); in Insert() 92 right.offsets.insert(*offset_it); in Insert() 98 map_.emplace(*right.offsets.begin(), std::move(right)); in Insert()
|
/system/chre/util/tests/ |
D | priority_queue_test.cc | 30 bool compareFunction(const DummyElement& left, const DummyElement& right) { in compareFunction() argument 31 return left.getValue() > right.getValue(); in compareFunction() 36 bool operator() (const DummyElement& left, const DummyElement& right) const { in operator ()() 37 return left.getValue() > right.getValue(); in operator ()() 170 auto cmp = [](const DummyElement& left, const DummyElement& right) { in TEST() argument 171 return left.getValue() > right.getValue(); in TEST()
|
/system/core/base/include/android-base/ |
D | unique_fd.h | 210 unique_fd_impl<Closer>* right) { in Socketpair() argument 216 right->reset(sockfd[1]); in Socketpair() 221 inline bool Socketpair(int type, unique_fd_impl<Closer>* left, unique_fd_impl<Closer>* right) { in Socketpair() argument 222 return Socketpair(AF_UNIX, type, 0, left, right); in Socketpair()
|
/system/iorap/docs/binder/ |
D | IIorap_setTaskListener.plantuml | 29 note right of iorapd 45 note right of iorapd
|
/system/tools/hidl/docs/resources/assets/ |
D | style.css | 2 float: right;
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 1132 HearingDevice* right = nullptr; in OnAudioDataReady() local 1139 right = &device; in OnAudioDataReady() 1142 if (left == nullptr && right == nullptr) { in OnAudioDataReady() 1152 if (left == nullptr || right == nullptr) { in OnAudioDataReady() 1159 int16_t right = (int16_t)((*(sample + 1) << 8) + *sample) >> 1; in OnAudioDataReady() local 1161 uint16_t mono_data = (int16_t)(((uint32_t)left + (uint32_t)right) >> 1); in OnAudioDataReady() 1173 uint16_t right = (int16_t)((*(sample + 1) << 8) + *sample) >> 1; in OnAudioDataReady() local 1174 chan_right.push_back(right); in OnAudioDataReady() 1210 if (right) { in OnAudioDataReady() 1219 uint16_t cid = GAP_ConnGetL2CAPCid(right->gap_handle); in OnAudioDataReady() [all …]
|
/system/tools/aidl/ |
D | ast_cpp.cpp | 339 Assignment::Assignment(const std::string& left, const std::string& right) in Assignment() argument 340 : Assignment(left, new LiteralExpression{right}) {} in Assignment() 342 Assignment::Assignment(const std::string& left, AstNode* right) in Assignment() argument 344 rhs_(right) {} in Assignment()
|
D | ast_cpp.h | 291 Assignment(const std::string& left, const std::string& right); 292 Assignment(const std::string& left, AstNode* right);
|
/system/libhidl/transport/include/hidl/ |
D | HidlTransportSupport.h | 105 const sp<::android::hidl::base::V1_0::IBase>& right);
|
/system/media/camera/docs/ |
D | camera_device_info.mako | 41 optional int32 right = 2;
|
D | camera_metadata_tags.mako | 47 * New sections must be added right before ANDROID_SECTION_COUNT to maintain
|
/system/tools/hidl/c2hal/ |
D | c2hal_y.yy | 107 %right '?' ':' 114 %right '~' '!' UMINUS UPLUS 117 %right STRUCT ENUM
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 13 system partition images right-sized, and with filesystem that have 93 will have a negative impact on the overall right-sizing of images
|
/system/core/liblog/ |
D | logprint.cpp | 1261 static struct timespec* sumTimespec(struct timespec* left, struct timespec* right) { in sumTimespec() argument 1262 left->tv_nsec += right->tv_nsec; in sumTimespec() 1263 left->tv_sec += right->tv_sec; in sumTimespec() 1272 struct timespec* right) { in subTimespec() argument 1273 result->tv_nsec = left->tv_nsec - right->tv_nsec; in subTimespec() 1274 result->tv_sec = left->tv_sec - right->tv_sec; in subTimespec()
|