/device/generic/goldfish/network/wifi_forwarder/ |
D | frame_id.h | 49 inline bool operator==(const FrameId& left, const FrameId& right) { 50 return left.cookie == right.cookie && left.transmitter == right.transmitter; 53 inline bool operator<(const FrameId& left, const FrameId& right) { 54 if (left.cookie < right.cookie) { 57 if (left.cookie > right.cookie) { 61 right.transmitter.addr,
|
D | macaddress.h | 66 inline bool operator==(const MacAddress& left, const MacAddress& right) { 67 return memcmp(left.addr, right.addr, ETH_ALEN) == 0; 70 inline bool operator!=(const MacAddress& left, const MacAddress& right) { 71 return memcmp(left.addr, right.addr, ETH_ALEN) != 0;
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | FormatConversions.h | 33 int left, int top, int right, int bottom); 35 int left, int top, int right, int bottom); 37 int left, int top, int right, int bottom); 39 int left, int top, int right, int bottom); 41 int left, int top, int right, int bottom); 43 int left, int top, int right, int bottom);
|
D | FormatConversions.cpp | 90 int left, int top, int right, int bottom) { in rgb565_to_yv12() argument 108 for (int i = left; i <= right; ++i) { in rgb565_to_yv12() 130 int left, int top, int right, int bottom) { in rgb888_to_yv12() argument 164 for (int i = left; i <= right; ++i) { in rgb888_to_yv12() 198 int left, int top, int right, int bottom) { in rgb888_to_yuv420p() argument 216 for (int i = left; i <= right; ++i) { in rgb888_to_yuv420p() 235 int left, int top, int right, int bottom) { in yv12_to_rgb565() argument 253 for (int i = left; i <= right; ++i) { in yv12_to_rgb565() 280 int left, int top, int right, int bottom) { in yv12_to_rgb888() argument 297 uint8_t *rgb_ptr = rgb_ptr0 + get_rgb_offset(j - top, right - left + 1, rgb_stride); in yv12_to_rgb888() [all …]
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/lib/ |
D | rbtree.h | 44 rb_idx_t parent, left, right; member 72 return n_idx->right; in rb_right() 114 n_idx->right = child; in rb_set_right() 120 tree->root.right = c_idx; in rb_set_cache()
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | geometry_utils.cpp | 26 int right1 = layer1.displayFrame.right; in LayersOverlap() 31 int right2 = layer2.displayFrame.right; in LayersOverlap()
|
D | base_composer.cpp | 80 layer.sourceCrop.right > buffer_width || in IsValidLayer() 86 __FUNCTION__, layer.sourceCrop.left, layer.sourceCrop.right, in IsValidLayer()
|
D | hwcomposer.cpp | 190 if (layer.displayFrame.left > layer.displayFrame.right || in IsValidLayer() 195 __FUNCTION__, layer.displayFrame.left, layer.displayFrame.right, in IsValidLayer() 200 if (layer.sourceCrop.left > layer.sourceCrop.right || in IsValidLayer() 205 __FUNCTION__, layer.sourceCrop.left, layer.sourceCrop.right, in IsValidLayer()
|
D | cpu_composer.cpp | 39 int from_w = layer.sourceCrop.right - layer.sourceCrop.left; in LayerNeedsScaling() 41 int to_w = layer.displayFrame.right - layer.displayFrame.left; in LayerNeedsScaling() 361 buffer_crop.right - buffer_crop.left, in GetBufferSpec() 437 src_layer->displayFrame.right - src_layer->displayFrame.left, in CompositeLayer() 459 src_layer->displayFrame.right - src_layer->displayFrame.left; in CompositeLayer()
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 49 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 50 (left, right, bottom, top, zNear, zFar)) 53 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 54 (left, right, bottom, top, zNear, zFar))
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() argument 98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar); in glFrustumf() 186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() argument 188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar); in glOrthof() 436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() argument 438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar); in glFrustumx() 616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox() argument 618 getDispatch()->glOrthox(left, right, bottom, top, zNear, zFar); in glOrthox() 886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES() argument 888 getDispatch()->glFrustumxOES(left, right, bottom, top, zNear, zFar); in glFrustumxOES() [all …]
|
/device/generic/goldfish/audio/ |
D | stream_out.cpp | 389 Return<Result> StreamOut::setVolume(float left, float right) { in setVolume() argument 391 || right < 0.0f || right > 1.0f || isnan(right)) { in setVolume() 396 mStreamVolume = (left + right) / 2.0f; in setVolume()
|
/device/generic/goldfish/radio/ril/ |
D | ipv6_monitor.cpp | 53 bool operator==(const in6_addr& left, const in6_addr& right) { in operator ==() argument 54 return ::memcmp(left.s6_addr, right.s6_addr, sizeof(left.s6_addr)) == 0; in operator ==() 57 bool operator!=(const in6_addr& left, const in6_addr& right) { in operator !=() argument 58 return ::memcmp(left.s6_addr, right.s6_addr, sizeof(left.s6_addr)) != 0; in operator !=()
|
D | if_monitor.cpp | 74 bool operator==(const struct ifAddress& left, const struct ifAddress& right) { in operator ==() argument 80 return left.family == right.family && in operator ==() 81 memcmp(&left.addr, &right.addr, addrLength(left.family)) == 0; in operator ==()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/ |
D | rbtree.c | 46 #define RB_RIGHT(tree, node) ((node)->right) 71 ({ (n)->right = (r); }) 92 ({ (n)->parent = (p); (n)->right = (r); }) 95 ({ (n)->parent = (p); (n)->right = (r); RB_SET_C_##c(t, n); }) 98 ({ (n)->parent = (p); (n)->left = (l); (n)->right = (r); }) 101 ({ (n)->parent = (p); (n)->left = (l); (n)->right = (r); RB_SET_C_##c(t, n); })
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 16 …void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… 34 …void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa… 83 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 119 …void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa… 192 …void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe… 211 …void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed … 248 …void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa… 249 …void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat … 357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() argument 360 ctx->glFrustumf(ctx, left, right, bottom, top, zNear, zFar); in glFrustumf() [all …]
|
/device/google/muskie/self-extractors/qcom/ |
D | LICENSE | 47 grant your end users the right to use the Software for 55 a. Retention of Rights. The entire right, title and interest in the 58 Except for the right to use the Software for the Limited Purpose, 72 Agreement, You shall have no right to (i) copy, disclose, 124 combination with any Licensor ASIC grants you any right to 125 practice, or any other right at all with respect to, any patent of 134 obtained any right to, any license, whether express or implied, 242 shall not affect the full right to require such performance at any
|
/device/linaro/dragonboard/db845c/firmware/ |
D | LICENSE.qcom.txt | 38 you shall have no right to sublicense, transfer or otherwise disclose the 47 deemed to grant any right to You under any of QTI's or its affiliates' 75 and all right, title and interest in and to any such inventions, product 111 (i) Neither this Agreement, nor delivery of the Materials, grants any right to 112 practice, or any other right at all with respect to, any patent of QTI or any 119 party has obtained any right to, any license, whether express or implied, with 135 from the Effective Date, and QTI shall also have the right to terminate this 161 7. ASSIGNMENT. You shall not assign this Agreement or any right or interest
|
D | NOTICE | 38 you shall have no right to sublicense, transfer or otherwise disclose the 47 deemed to grant any right to You under any of QTI's or its affiliates' 75 and all right, title and interest in and to any such inventions, product 111 (i) Neither this Agreement, nor delivery of the Materials, grants any right to 112 practice, or any other right at all with respect to, any patent of QTI or any 119 party has obtained any right to, any license, whether express or implied, with 135 from the Effective Date, and QTI shall also have the right to terminate this 161 7. ASSIGNMENT. You shall not assign this Agreement or any right or interest
|
/device/google/coral/self-extractors/google_devices/ |
D | LICENSE | 47 grant your end users the right to use the Software for 55 a. Retention of Rights. The entire right, title and interest in the 58 Except for the right to use the Software for the Limited Purpose, 72 Agreement, You shall have no right to (i) copy, disclose, 124 combination with any Licensor ASIC grants you any right to 125 practice, or any other right at all with respect to, any patent of 134 obtained any right to, any license, whether express or implied, 242 shall not affect the full right to require such performance at any
|
/device/google/bonito/self-extractors/google_devices/ |
D | LICENSE | 47 grant your end users the right to use the Software for 55 a. Retention of Rights. The entire right, title and interest in the 58 Except for the right to use the Software for the Limited Purpose, 72 Agreement, You shall have no right to (i) copy, disclose, 124 combination with any Licensor ASIC grants you any right to 125 practice, or any other right at all with respect to, any patent of 134 obtained any right to, any license, whether express or implied, 242 shall not affect the full right to require such performance at any
|
/device/google/crosshatch/self-extractors/qcom/ |
D | LICENSE | 47 grant your end users the right to use the Software for 55 a. Retention of Rights. The entire right, title and interest in the 58 Except for the right to use the Software for the Limited Purpose, 72 Agreement, You shall have no right to (i) copy, disclose, 124 combination with any Licensor ASIC grants you any right to 125 practice, or any other right at all with respect to, any patent of 134 obtained any right to, any license, whether express or implied, 242 shall not affect the full right to require such performance at any
|
/device/google/taimen/self-extractors/google_devices/ |
D | LICENSE | 47 grant your end users the right to use the Software for 55 a. Retention of Rights. The entire right, title and interest in the 58 Except for the right to use the Software for the Limited Purpose, 72 Agreement, You shall have no right to (i) copy, disclose, 124 combination with any Licensor ASIC grants you any right to 125 practice, or any other right at all with respect to, any patent of 134 obtained any right to, any license, whether express or implied, 242 shall not affect the full right to require such performance at any
|
/device/google/bonito/self-extractors_sargo/qcom/ |
D | LICENSE | 47 grant your end users the right to use the Software for 55 a. Retention of Rights. The entire right, title and interest in the 58 Except for the right to use the Software for the Limited Purpose, 72 Agreement, You shall have no right to (i) copy, disclose, 124 combination with any Licensor ASIC grants you any right to 125 practice, or any other right at all with respect to, any patent of 134 obtained any right to, any license, whether express or implied, 242 shall not affect the full right to require such performance at any
|
/device/google/coral/self-extractors_flame/qcom/ |
D | LICENSE | 47 grant your end users the right to use the Software for 55 a. Retention of Rights. The entire right, title and interest in the 58 Except for the right to use the Software for the Limited Purpose, 72 Agreement, You shall have no right to (i) copy, disclose, 124 combination with any Licensor ASIC grants you any right to 125 practice, or any other right at all with respect to, any patent of 134 obtained any right to, any license, whether express or implied, 242 shall not affect the full right to require such performance at any
|