/hardware/google/av/codec2/hidl/1.0/utils/ |
D | types.cpp | 62 void copyVector(DstVector* d, const SrcVector& s) { in copyVector() argument 63 static_assert(sizeof(Common) == sizeof(decltype((*d)[0])), in copyVector() 67 d->resize(s.size()); in copyVector() 71 reinterpret_cast<Common*>(&(*d)[0])); in copyVector() 75 void objcpy(ParamField *d, const C2ParamField &s) { in objcpy() argument 76 d->index = static_cast<ParamIndex>(_C2ParamInspector::GetIndex(s)); in objcpy() 77 d->fieldId.offset = static_cast<uint32_t>(_C2ParamInspector::GetOffset(s)); in objcpy() 78 d->fieldId.size = static_cast<uint32_t>(_C2ParamInspector::GetSize(s)); in objcpy() 94 void objcpy(WorkOrdinal *d, const C2WorkOrdinalStruct &s) { in objcpy() argument 95 d->frameIndex = static_cast<uint64_t>(s.frameIndex.peeku()); in objcpy() [all …]
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
D | hw_ar3k.h | 36 #define htobs(d) (d) argument 37 #define htobl(d) (d) argument 38 #define btohs(d) (d) argument 39 #define btohl(d) (d) argument 41 #define htobs(d) bswap_16(d) argument 42 #define htobl(d) bswap_32(d) argument 43 #define btohs(d) bswap_16(d) argument 44 #define btohl(d) bswap_32(d) argument
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/ |
D | hw_ar3k.h | 36 #define htobs(d) (d) argument 37 #define htobl(d) (d) argument 38 #define btohs(d) (d) argument 39 #define btohl(d) (d) argument 41 #define htobs(d) bswap_16(d) argument 42 #define htobl(d) bswap_32(d) argument 43 #define btohs(d) bswap_16(d) argument 44 #define btohl(d) bswap_32(d) argument
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
D | hw_ar3k.h | 36 #define htobs(d) (d) argument 37 #define htobl(d) (d) argument 38 #define btohs(d) (d) argument 39 #define btohl(d) (d) argument 41 #define htobs(d) bswap_16(d) argument 42 #define htobl(d) bswap_32(d) argument 43 #define btohs(d) bswap_16(d) argument 44 #define btohl(d) bswap_32(d) argument
|
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
D | hw_ar3k.h | 36 #define htobs(d) (d) argument 37 #define htobl(d) (d) argument 38 #define btohs(d) (d) argument 39 #define btohl(d) (d) argument 41 #define htobs(d) bswap_16(d) argument 42 #define htobl(d) bswap_32(d) argument 43 #define btohs(d) bswap_16(d) argument 44 #define btohl(d) bswap_32(d) argument
|
/hardware/qcom/sdm845/bt/libbt-vendor/include/ |
D | hw_ar3k.h | 36 #define htobs(d) (d) argument 37 #define htobl(d) (d) argument 38 #define btohs(d) (d) argument 39 #define btohl(d) (d) argument 41 #define htobs(d) bswap_16(d) argument 42 #define htobl(d) bswap_32(d) argument 43 #define btohs(d) bswap_16(d) argument 44 #define btohl(d) bswap_32(d) argument
|
/hardware/qcom/bt/msm8998/libbt-vendor/include/ |
D | hw_ar3k.h | 38 #define htobs(d) (d) argument 39 #define htobl(d) (d) argument 40 #define btohs(d) (d) argument 41 #define btohl(d) (d) argument 43 #define htobs(d) bswap_16(d) argument 44 #define htobl(d) bswap_32(d) argument 45 #define btohs(d) bswap_16(d) argument 46 #define btohl(d) bswap_32(d) argument
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | ethernet.h | 159 #define eacopy(s, d) \ argument 161 ((uint16 *)(d))[0] = ((const uint16 *)(s))[0]; \ 162 ((uint16 *)(d))[1] = ((const uint16 *)(s))[1]; \ 163 ((uint16 *)(d))[2] = ((const uint16 *)(s))[2]; \ 166 #define ether_copy(s, d) eacopy(s, d) argument 169 #define ether_rcopy(s, d) \ argument 171 ((uint16 *)(d))[2] = ((uint16 *)(s))[2]; \ 172 ((uint16 *)(d))[1] = ((uint16 *)(s))[1]; \ 173 ((uint16 *)(d))[0] = ((uint16 *)(s))[0]; \ 200 #define ETHER_MOVE_HDR(d, s) \ argument [all …]
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | android_logmsg.cpp | 56 uint8_t* d = (uint8_t*)data; in DispHal() local 65 (((d[0] & 0xE0) == 0) || in DispHal() 67 ((d[0] == 0x21) && (d[1] == 0x01)) || in DispHal() 69 ((d[0] == 0x61) && (d[1] == 0x09)))) { in DispHal() 97 sprintf(&line[k * 3], "%02x ", d[i]); in DispHal()
|
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
D | overlay3DPipe.h | 57 bool setCrop(const utils::Dim& d); 87 bool setCrop(const utils::Dim& d); 117 bool setCrop(const utils::Dim& d); 147 bool setCrop(const utils::Dim& d); 191 inline bool M3DExtPipe<CHAN>::setCrop(const utils::Dim& d) { in setCrop() argument 193 if(!utils::getCropS3D<CHAN>(d, _dim, mM3Dfmt)){ in setCrop() 195 _dim = d; in setCrop() 201 inline bool M3DExtPipe<CHAN>::setPosition(const utils::Dim& d) { in setPosition() argument 212 _dim = d; in setPosition() 260 inline bool M3DPrimaryPipe<CHAN>::setCrop(const utils::Dim& d) { in setCrop() argument [all …]
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
D | overlay3DPipe.h | 57 bool setCrop(const utils::Dim& d); 87 bool setCrop(const utils::Dim& d); 117 bool setCrop(const utils::Dim& d); 147 bool setCrop(const utils::Dim& d); 191 inline bool M3DExtPipe<CHAN>::setCrop(const utils::Dim& d) { in setCrop() argument 193 if(!utils::getCropS3D<CHAN>(d, _dim, mM3Dfmt)){ in setCrop() 195 _dim = d; in setCrop() 201 inline bool M3DExtPipe<CHAN>::setPosition(const utils::Dim& d) { in setPosition() argument 212 _dim = d; in setPosition() 260 inline bool M3DPrimaryPipe<CHAN>::setCrop(const utils::Dim& d) { in setCrop() argument [all …]
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | types.h | 70 SettingResult* d, 75 std::unique_ptr<C2SettingResult>* d, 80 ParamDescriptor* d, 85 std::shared_ptr<C2ParamDescriptor>* d, 90 FieldSupportedValuesQuery* d, 95 C2FieldSupportedValuesQuery* d, 100 FieldSupportedValuesQueryResult* d, 105 C2FieldSupportedValuesQuery* d, 111 IComponentStore::ComponentTraits* d, 117 C2Component::Traits* d, [all …]
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMdp.h | 59 void setCrop(const utils::Dim& d); 112 void setSrcRectDim(const utils::Dim d); 113 void setDstRectDim(const utils::Dim d); 242 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() argument 243 mOVInfo.src_rect.x = d.x; in setSrcRectDim() 244 mOVInfo.src_rect.y = d.y; in setSrcRectDim() 245 mOVInfo.src_rect.w = d.w; in setSrcRectDim() 246 mOVInfo.src_rect.h = d.h; in setSrcRectDim() 256 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim() argument 257 mOVInfo.dst_rect.x = d.x; in setDstRectDim() [all …]
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMdp.h | 59 void setCrop(const utils::Dim& d); 114 void setSrcRectDim(const utils::Dim d); 115 void setDstRectDim(const utils::Dim d); 248 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() argument 249 mOVInfo.src_rect.x = d.x; in setSrcRectDim() 250 mOVInfo.src_rect.y = d.y; in setSrcRectDim() 251 mOVInfo.src_rect.w = d.w; in setSrcRectDim() 252 mOVInfo.src_rect.h = d.h; in setSrcRectDim() 262 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim() argument 263 mOVInfo.dst_rect.x = d.x; in setDstRectDim() [all …]
|
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/ |
D | VersionMacro.h | 38 #define CONCAT_4(a, b, c, d) a##b##c##d argument 39 #define EXPAND_CONCAT_4(a, b, c, d) CONCAT_4(a, b, c, d) argument
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMdp.h | 59 void setCrop(const utils::Dim& d); 114 void setSrcRectDim(const utils::Dim d); 115 void setDstRectDim(const utils::Dim d); 278 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() argument 279 mOVInfo.src_rect.x = d.x; in setSrcRectDim() 280 mOVInfo.src_rect.y = d.y; in setSrcRectDim() 281 mOVInfo.src_rect.w = d.w; in setSrcRectDim() 282 mOVInfo.src_rect.h = d.h; in setSrcRectDim() 292 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim() argument 293 mOVInfo.dst_rect.x = d.x; in setDstRectDim() [all …]
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc.cpp | 283 EXIT_LOG(%d, retVal); in loc_init() 330 EXIT_LOG(%d, retVal); in loc_init() 385 EXIT_LOG(%d, ret_val); in loc_start() 411 EXIT_LOG(%d, ret_val); in loc_stop() 456 EXIT_LOG(%d, ret_val); in loc_set_position_mode() 484 EXIT_LOG(%d, ret_val); in loc_inject_time() 512 EXIT_LOG(%d, ret_val); in loc_inject_location() 575 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface() 694 EXIT_LOG(%d, ret_val); in loc_agps_open() 738 EXIT_LOG(%d, ret_val); in loc_agps_open_with_apniptype() [all …]
|
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc.cpp | 283 EXIT_LOG(%d, retVal); in loc_init() 334 EXIT_LOG(%d, retVal); in loc_init() 389 EXIT_LOG(%d, ret_val); in loc_start() 415 EXIT_LOG(%d, ret_val); in loc_stop() 460 EXIT_LOG(%d, ret_val); in loc_set_position_mode() 488 EXIT_LOG(%d, ret_val); in loc_inject_time() 516 EXIT_LOG(%d, ret_val); in loc_inject_location() 582 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface() 701 EXIT_LOG(%d, ret_val); in loc_agps_open() 745 EXIT_LOG(%d, ret_val); in loc_agps_open_with_apniptype() [all …]
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc.cpp | 283 EXIT_LOG(%d, retVal); in loc_init() 330 EXIT_LOG(%d, retVal); in loc_init() 385 EXIT_LOG(%d, ret_val); in loc_start() 411 EXIT_LOG(%d, ret_val); in loc_stop() 456 EXIT_LOG(%d, ret_val); in loc_set_position_mode() 484 EXIT_LOG(%d, ret_val); in loc_inject_time() 512 EXIT_LOG(%d, ret_val); in loc_inject_location() 575 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface() 694 EXIT_LOG(%d, ret_val); in loc_agps_open() 738 EXIT_LOG(%d, ret_val); in loc_agps_open_with_apniptype() [all …]
|
/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc.cpp | 240 EXIT_LOG(%d, retVal); in loc_init() 273 EXIT_LOG(%d, retVal); in loc_init() 332 EXIT_LOG(%d, ret_val); in loc_start() 358 EXIT_LOG(%d, ret_val); in loc_stop() 403 EXIT_LOG(%d, ret_val); in loc_set_position_mode() 431 EXIT_LOG(%d, ret_val); in loc_inject_time() 480 EXIT_LOG(%d, ret_val); in loc_inject_location() 543 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface() 662 EXIT_LOG(%d, ret_val); in loc_agps_open() 689 EXIT_LOG(%d, ret_val); in loc_agps_closed() [all …]
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc.cpp | 240 EXIT_LOG(%d, retVal); in loc_init() 273 EXIT_LOG(%d, retVal); in loc_init() 332 EXIT_LOG(%d, ret_val); in loc_start() 358 EXIT_LOG(%d, ret_val); in loc_stop() 403 EXIT_LOG(%d, ret_val); in loc_set_position_mode() 431 EXIT_LOG(%d, ret_val); in loc_inject_time() 480 EXIT_LOG(%d, ret_val); in loc_inject_location() 543 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface() 662 EXIT_LOG(%d, ret_val); in loc_agps_open() 689 EXIT_LOG(%d, ret_val); in loc_agps_closed() [all …]
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMdp.h | 59 void setCrop(const utils::Dim& d); 111 void setSrcRectDim(const utils::Dim d); 112 void setDstRectDim(const utils::Dim d); 316 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() argument 317 mOVInfo.src_rect.x = d.x; in setSrcRectDim() 318 mOVInfo.src_rect.y = d.y; in setSrcRectDim() 319 mOVInfo.src_rect.w = d.w; in setSrcRectDim() 320 mOVInfo.src_rect.h = d.h; in setSrcRectDim() 330 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim() argument 331 mOVInfo.dst_rect.x = d.x; in setDstRectDim() [all …]
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc.cpp | 287 EXIT_LOG(%d, retVal); in loc_init() 334 EXIT_LOG(%d, retVal); in loc_init() 389 EXIT_LOG(%d, ret_val); in loc_start() 415 EXIT_LOG(%d, ret_val); in loc_stop() 460 EXIT_LOG(%d, ret_val); in loc_set_position_mode() 488 EXIT_LOG(%d, ret_val); in loc_inject_time() 516 EXIT_LOG(%d, ret_val); in loc_inject_location() 579 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface() 693 EXIT_LOG(%d, ret_val); in loc_agps_open() 737 EXIT_LOG(%d, ret_val); in loc_agps_open_with_apniptype() [all …]
|
/hardware/google/pixel/perfstatsd/ |
D | io_usage.cpp | 55 uint32_t d = 0; in formatNum() local 58 d = x % 10; in formatNum() 60 str[j--] = '0' + d; in formatNum() 246 const UserIo &d = it.second; in calcIncrement() local 248 if (mPrevious.find(d.uid) == mPrevious.end()) { in calcIncrement() 249 diffs[d.uid] = d; in calcIncrement() 251 diffs[d.uid] = d - mPrevious[d.uid]; in calcIncrement() 254 if ((diffs[d.uid].sumRead() || diffs[d.uid].sumWrite()) && in calcIncrement() 255 mUidNameMap.find(d.uid) == mUidNameMap.end()) { in calcIncrement() 256 mUnknownUidList.push_back(d.uid); in calcIncrement() [all …]
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/ |
D | loc.cpp | 287 EXIT_LOG(%d, retVal); in loc_init() 334 EXIT_LOG(%d, retVal); in loc_init() 389 EXIT_LOG(%d, ret_val); in loc_start() 415 EXIT_LOG(%d, ret_val); in loc_stop() 460 EXIT_LOG(%d, ret_val); in loc_set_position_mode() 488 EXIT_LOG(%d, ret_val); in loc_inject_time() 516 EXIT_LOG(%d, ret_val); in loc_inject_location() 579 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface() 693 EXIT_LOG(%d, ret_val); in loc_agps_open() 737 EXIT_LOG(%d, ret_val); in loc_agps_open_with_apniptype() [all …]
|