Searched defs:right (Results 1 - 18 of 18) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/include/
H A Dbt_address.h44 inline bool operator==(const BtAddress& right) const {
45 return address_ == right.address_;
47 inline bool operator!=(const BtAddress& right) const {
48 return address_ != right.address_;
50 inline bool operator<(const BtAddress& right) const {
51 return address_ < right.address_;
53 inline bool operator>(const BtAddress& right) const {
54 return address_ > right.address_;
56 inline bool operator<=(const BtAddress& right) const {
57 return address_ <= right
63 operator =(const BtAddress& right) argument
64 operator |=(const BtAddress& right) argument
65 operator &=(const BtAddress& right) argument
[all...]
/system/libhidl/transport/include/hidl/
H A DHidlTransportSupport.h91 bool interfacesEqual(sp<ILeft> left, sp<IRight> right) { argument
92 if (left == nullptr || right == nullptr || !left->isRemote() || !right->isRemote()) {
93 return left == right;
96 return toBinder<ILeft>(left) == toBinder<IRight>(right);
/system/media/audio_utils/include/audio_utils/
H A Dminifloat.h42 gain_minifloat_t right)
44 return (right << 16) | left;
41 gain_minifloat_pack(gain_minifloat_t left, gain_minifloat_t right) argument
/system/chre/util/tests/
H A Dpriority_queue_test.cc30 bool compareFunction(const DummyElement& left, const DummyElement& right) { argument
31 return left.getValue() > right.getValue();
36 bool operator() (const DummyElement& left, const DummyElement& right) const {
37 return left.getValue() > right.getValue();
170 auto cmp = [](const DummyElement& left, const DummyElement& right) {
171 return left.getValue() > right.getValue();
/system/core/base/include/android-base/
H A Dunique_fd.h125 inline bool Socketpair(int domain, int type, int protocol, unique_fd* left, unique_fd* right) { argument
131 right->reset(sockfd[1]);
135 inline bool Socketpair(int type, unique_fd* left, unique_fd* right) { argument
136 return Socketpair(AF_UNIX, type, 0, left, right);
/system/core/include/sysutils/
H A DList.h117 inline bool operator==(const _Iter& right) const {
118 return mpNode == right.mpNode; }
120 inline bool operator!=(const _Iter& right) const {
121 return mpNode != right.mpNode; }
127 inline bool operator==(const OTHER& right) const {
128 return mpNode == right.mpNode; }
131 inline bool operator!=(const OTHER& right) const {
132 return mpNode != right.mpNode; }
179 List<T>& operator=(const List<T>& right);
314 List<T>& List<T>::operator=(const List<T>& right) argument
[all...]
/system/core/include/utils/
H A DList.h118 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) argument
[all...]
/system/core/libsysutils/include/sysutils/
H A DList.h117 inline bool operator==(const _Iter& right) const {
118 return mpNode == right.mpNode; }
120 inline bool operator!=(const _Iter& right) const {
121 return mpNode != right.mpNode; }
127 inline bool operator==(const OTHER& right) const {
128 return mpNode == right.mpNode; }
131 inline bool operator!=(const OTHER& right) const {
132 return mpNode != right.mpNode; }
179 List<T>& operator=(const List<T>& right);
314 List<T>& List<T>::operator=(const List<T>& right) argument
[all...]
/system/core/libutils/include/utils/
H A DList.h118 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) argument
[all...]
/system/keymaster/include/keymaster/
H A DList.h116 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) argument
[all...]
/system/tools/aidl/
H A Dast_cpp.cpp319 Assignment::Assignment(const std::string& left, const std::string& right) argument
320 : Assignment(left, new LiteralExpression{right}) {}
322 Assignment::Assignment(const std::string& left, AstNode* right) argument
324 rhs_(right) {}
/system/bt/bta/hearing_aid/
H A Dhearing_aid.cc528 VLOG(2) << __func__ << " capabilities: " << (side ? "right" : "left")
765 // TODO: encode data into G.722 left/right or mono.
773 uint16_t right = (int16_t)((*(sample + 1) << 8) + *sample) >> 1; local
774 chan_right.push_back(right);
777 // TODO: we should cache left/right and current state, instad of recomputing
780 HearingDevice* right = nullptr; local
787 right = &device;
790 if (left == nullptr && right == nullptr) {
824 if (right) {
831 uint16_t cid = GAP_ConnGetL2CAPCid(right
[all...]
/system/bt/audio_a2dp_hw/src/
H A Daudio_a2dp_hw.cc1328 UNUSED_ATTR float left, UNUSED_ATTR float right) {
1327 out_set_volume(UNUSED_ATTR struct audio_stream_out* stream, UNUSED_ATTR float left, UNUSED_ATTR float right) argument
/system/bt/audio_hearing_aid_hw/src/
H A Daudio_hearing_aid_hw.cc1297 UNUSED_ATTR float left, UNUSED_ATTR float right) {
1296 out_set_volume(UNUSED_ATTR struct audio_stream_out* stream, UNUSED_ATTR float left, UNUSED_ATTR float right) argument
/system/core/liblog/
H A Dlogprint.c1285 struct timespec* right) {
1286 left->tv_nsec += right->tv_nsec;
1287 left->tv_sec += right->tv_sec;
1297 struct timespec* right) {
1298 result->tv_nsec = left->tv_nsec - right->tv_nsec;
1299 result->tv_sec = left->tv_sec - right->tv_sec;
1284 sumTimespec(struct timespec* left, struct timespec* right) argument
1295 subTimespec(struct timespec* result, struct timespec* left, struct timespec* right) argument
/system/core/liblog/tests/
H A Dliblog_test.cpp1056 He is most in the company of the right noble Claudio.\n\
1124 const char* right = max_payload_buf; local
1125 while (*left && *right && (*left == *right)) {
1127 ++right;
1262 const char* right = longString.c_str(); local
1263 while (*left && *right && (*left == *right)) {
1265 ++right;
1792 // right afte
[all...]
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h331 uint32_t right; member in struct:android::scissor_t
/system/core/libpixelflinger/
H A Dtrap.cpp226 if (r > GGLint(c->state.scissor.right)) {
227 r = GGLint(c->state.scissor.right);
291 if (r > GGLint(c->state.scissor.right)) {
292 r = GGLint(c->state.scissor.right);
428 if (r > GGLint(c->state.scissor.right))
429 r = GGLint(c->state.scissor.right);
546 const int32_t maxx = min(bmaxx, c->state.scissor.right);
558 // right-exclusive fill rule, to avoid rare cases
605 // unfortunately requires divisions in the setup phase to get right,
720 Edge* right,
719 triangle_sweep_edges( Edge* left, Edge* right, int ytop, int ybot, context_t* c ) argument
778 Edge* right = &edges[1]; local
988 AAEdge* right = &edges[1]; local
[all...]

Completed in 646 milliseconds