/hardware/google/camera/common/hal/tests/ |
D | camera_id_manager_tests.cc | 35 cameras.push_back(CameraIdMap({0, false, {}})); in TEST() 36 cameras.push_back(CameraIdMap({1, false, {}})); in TEST() 37 cameras.push_back(CameraIdMap({2, false, {0, 1}})); in TEST() 47 cameras.push_back(CameraIdMap({0, true, {0, 1}})); in TEST() 48 cameras.push_back(CameraIdMap({1, false, {}})); in TEST() 60 cameras.push_back(CameraIdMap({0, true, {1, 2}})); in TEST() 61 cameras.push_back(CameraIdMap({1, true, {}})); in TEST() 62 cameras.push_back(CameraIdMap({2, true, {}})); in TEST() 63 cameras.push_back(CameraIdMap({3, true, {0, 1}})); in TEST() 74 cameras.push_back(CameraIdMap({0, false, {}})); in TEST() [all …]
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | drmplane.cpp | 34 formats_.push_back(p->formats[i]); in DrmPlane() 180 properties_.push_back(&crtc_property_); in Init() 181 properties_.push_back(&fb_property_); in Init() 182 properties_.push_back(&crtc_x_property_); in Init() 183 properties_.push_back(&crtc_y_property_); in Init() 184 properties_.push_back(&crtc_w_property_); in Init() 185 properties_.push_back(&crtc_h_property_); in Init() 186 properties_.push_back(&src_x_property_); in Init() 187 properties_.push_back(&src_y_property_); in Init() 188 properties_.push_back(&src_w_property_); in Init() [all …]
|
D | drmcrtc.cpp | 87 properties_.push_back(&active_property_); in Init() 88 properties_.push_back(&mode_property_); in Init() 89 properties_.push_back(&out_fence_ptr_property_); in Init() 90 properties_.push_back(&cgc_lut_property_); in Init() 91 properties_.push_back(°amma_lut_property_); in Init() 92 properties_.push_back(°amma_lut_size_property_); in Init() 93 properties_.push_back(&gamma_lut_property_); in Init() 94 properties_.push_back(&gamma_lut_size_property_); in Init() 95 properties_.push_back(&linear_matrix_property_); in Init() 96 properties_.push_back(&gamma_matrix_property_); in Init() [all …]
|
D | drmconnector.cpp | 145 properties_.push_back(&dpms_property_); in Init() 146 properties_.push_back(&crtc_id_property_); in Init() 147 properties_.push_back(&edid_property_); in Init() 149 properties_.push_back(&writeback_pixel_formats_); in Init() 150 properties_.push_back(&writeback_fb_id_); in Init() 151 properties_.push_back(&writeback_out_fence_); in Init() 153 properties_.push_back(&max_luminance_); in Init() 154 properties_.push_back(&max_avg_luminance_); in Init() 155 properties_.push_back(&min_luminance_); in Init() 156 properties_.push_back(&hdr_formats_); in Init() [all …]
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | vendor_tags.cc | 85 characteristics_keys.push_back(VendorTagIds::kLogicalCamDefaultPhysicalId); in ModifyCharacteristicsKeys() 88 request_keys.push_back(VendorTagIds::kHybridAeEnabled); in ModifyCharacteristicsKeys() 89 result_keys.push_back(VendorTagIds::kHybridAeEnabled); in ModifyCharacteristicsKeys() 91 request_keys.push_back(VendorTagIds::kHdrPlusDisabled); in ModifyCharacteristicsKeys() 92 result_keys.push_back(VendorTagIds::kHdrPlusDisabled); in ModifyCharacteristicsKeys() 93 session_keys.push_back(VendorTagIds::kHdrPlusDisabled); in ModifyCharacteristicsKeys() 95 characteristics_keys.push_back(VendorTagIds::kHdrplusPayloadFrames); in ModifyCharacteristicsKeys() 97 characteristics_keys.push_back(VendorTagIds::kHdrUsageMode); in ModifyCharacteristicsKeys() 99 request_keys.push_back(VendorTagIds::kProcessingMode); in ModifyCharacteristicsKeys() 101 request_keys.push_back(VendorTagIds::kThermalThrottling); in ModifyCharacteristicsKeys() [all …]
|
/hardware/libhardware/modules/camera/3_4/ |
D | static_properties_test.cpp | 109 stream_addresses.push_back(&streams[i]); in ExpectConfigurationSupported() 292 configs.push_back( in TEST_F() 327 configs.push_back({{{5, in TEST_F() 386 streams.push_back(MakeStream(output_multisize_non_stalling_)); in TEST_F() 393 streams.push_back(MakeStream(bidirectional_raw_)); in TEST_F() 395 streams.push_back(MakeStream(output_multisize_non_stalling_, in TEST_F() 406 streams.push_back(MakeStream(input_, false, true)); in TEST_F() 408 streams.push_back(MakeStream(output_multisize_non_stalling_, in TEST_F() 419 streams.push_back( in TEST_F() 427 streams.push_back( in TEST_F() [all …]
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 311 hw_resource->hw_pipes.push_back(std::move(pipe_caps)); in GetHWPlanesInfo() 415 supported_formats->push_back(sdm_format); in GetRotatorFormatsForType() 499 fmts.push_back(kFormatARGB8888); in GetSDMFormat() 502 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888); in GetSDMFormat() 505 fmts.push_back(kFormatBGRA8888); in GetSDMFormat() 508 fmts.push_back(kFormatXRGB8888); in GetSDMFormat() 511 fmts.push_back(drm_format_modifier ? kFormatRGBX8888Ubwc : kFormatRGBX8888); in GetSDMFormat() 514 fmts.push_back(kFormatBGRX8888); in GetSDMFormat() 517 fmts.push_back(kFormatRGBA5551); in GetSDMFormat() 520 fmts.push_back(kFormatRGBA4444); in GetSDMFormat() [all …]
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 298 hw_resource->hw_pipes.push_back(std::move(pipe_caps)); in GetHWPlanesInfo() 402 supported_formats->push_back(sdm_format); in GetRotatorFormatsForType() 486 fmts.push_back(kFormatARGB8888); in GetSDMFormat() 489 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888); in GetSDMFormat() 492 fmts.push_back(kFormatBGRA8888); in GetSDMFormat() 495 fmts.push_back(kFormatXRGB8888); in GetSDMFormat() 498 fmts.push_back(drm_format_modifier ? kFormatRGBX8888Ubwc : kFormatRGBX8888); in GetSDMFormat() 501 fmts.push_back(kFormatBGRX8888); in GetSDMFormat() 504 fmts.push_back(kFormatRGBA5551); in GetSDMFormat() 507 fmts.push_back(kFormatRGBA4444); in GetSDMFormat() [all …]
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 280 hw_resource->hw_pipes.push_back(std::move(pipe_caps)); in GetHWPlanesInfo() 402 supported_formats->push_back(sdm_format); in GetRotatorFormatsForType() 486 fmts.push_back(kFormatARGB8888); in GetSDMFormat() 489 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888); in GetSDMFormat() 492 fmts.push_back(kFormatBGRA8888); in GetSDMFormat() 495 fmts.push_back(kFormatXRGB8888); in GetSDMFormat() 498 fmts.push_back(drm_format_modifier ? kFormatRGBX8888Ubwc : kFormatRGBX8888); in GetSDMFormat() 501 fmts.push_back(kFormatBGRX8888); in GetSDMFormat() 504 fmts.push_back(kFormatRGBA5551); in GetSDMFormat() 507 fmts.push_back(kFormatRGBA4444); in GetSDMFormat() [all …]
|
/hardware/qcom/sm7250/display/sdm/libs/core/ |
D | display_pluggable.cpp | 269 color_modes_cs_.push_back(pt); in InitializeColorModes() 270 var.push_back(std::make_pair(kColorGamutAttribute, kSrgb)); in InitializeColorModes() 271 var.push_back(std::make_pair(kDynamicRangeAttribute, kSdr)); in InitializeColorModes() 272 var.push_back(std::make_pair(kPictureQualityAttribute, kStandard)); in InitializeColorModes() 273 var.push_back(std::make_pair(kRenderIntentAttribute, "0")); in InitializeColorModes() 277 color_modes_cs_.push_back(pt); in InitializeColorModes() 283 var.push_back(std::make_pair(kColorGamutAttribute, kBt2020)); in InitializeColorModes() 284 var.push_back(std::make_pair(kPictureQualityAttribute, kStandard)); in InitializeColorModes() 285 var.push_back(std::make_pair(kRenderIntentAttribute, "0")); in InitializeColorModes() 288 var.push_back(std::make_pair(kGammaTransferAttribute, kSt2084)); in InitializeColorModes() [all …]
|
D | strategy.cpp | 155 hw_layers_info_->index.push_back(hw_layers_info_->gpu_target_index); in GetNextStrategy() 156 hw_layers_info_->roi_index.push_back(0); in GetNextStrategy() 163 hw_layers_info_->hw_layers.push_back(layer); in GetNextStrategy() 187 hw_layers_info_->left_frame_roi.push_back(LayerRect(0.0f, 0.0f, in GenerateROI() 189 hw_layers_info_->right_frame_roi.push_back(LayerRect(left_split, in GenerateROI() 192 hw_layers_info_->left_frame_roi.push_back(LayerRect(0.0f, 0.0f, in GenerateROI() 194 hw_layers_info_->right_frame_roi.push_back(LayerRect(0.0f, 0.0f, 0.0f, 0.0f)); in GenerateROI()
|
/hardware/google/camera/common/sensor_listener/ |
D | goog_sensor_motion.cc | 130 event_timestamps->push_back(event->sensor_event.timestamp); in GetLatestNSensorEvents() 131 motion_vector_x->push_back(event->sensor_event.u.vec3.x); in GetLatestNSensorEvents() 132 motion_vector_y->push_back(event->sensor_event.u.vec3.y); in GetLatestNSensorEvents() 133 motion_vector_z->push_back(event->sensor_event.u.vec3.z); in GetLatestNSensorEvents() 134 event_arrival_timestamps->push_back(event->event_arrival_time_ns); in GetLatestNSensorEvents() 155 event_timestamps->push_back(event_time); in QuerySensorEventsBetweenTimestamps() 156 motion_vector_x->push_back(event.sensor_event.u.vec3.x); in QuerySensorEventsBetweenTimestamps() 157 motion_vector_y->push_back(event.sensor_event.u.vec3.y); in QuerySensorEventsBetweenTimestamps() 158 motion_vector_z->push_back(event.sensor_event.u.vec3.z); in QuerySensorEventsBetweenTimestamps() 159 event_arrival_timestamps->push_back(event.event_arrival_time_ns); in QuerySensorEventsBetweenTimestamps()
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | authorization_set.h | 190 void push_back(const KeyParameter& param) { data_.push_back(param); } in push_back() function 191 void push_back(KeyParameter&& param) { data_.push_back(std::move(param)); } in push_back() function 192 void push_back(const AuthorizationSet& set) { in push_back() function 194 push_back(entry); in push_back() 197 void push_back(AuthorizationSet&& set) { in push_back() function 207 void push_back(TypedTagT tag, Value&&... val) { in push_back() function 208 push_back(Authorization(tag, std::forward<Value>(val)...)); in push_back() 214 push_back(*begin); in append() 237 push_back(ttag, std::forward<ValueType>(value)...); in Authorization() 246 push_back(ttag, new_blob); in Authorization() [all …]
|
/hardware/interfaces/security/keymint/support/include/keymint_support/ |
D | authorization_set.h | 187 void push_back(const KeyParameter& param) { data_.push_back(param); } in push_back() function 188 void push_back(KeyParameter&& param) { data_.push_back(std::move(param)); } in push_back() function 189 void push_back(const AuthorizationSet& set) { in push_back() function 191 push_back(entry); in push_back() 194 void push_back(AuthorizationSet&& set) { in push_back() function 204 void push_back(TypedTagT tag, Value&&... val) { in push_back() function 205 push_back(Authorization(tag, std::forward<Value>(val)...)); in push_back() 211 push_back(*begin); in append() 231 push_back(ttag, std::forward<ValueType>(value)...); in Authorization() 239 push_back(ttag, new_blob); in Authorization() [all …]
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 195 hidlMetadata.push_back({IComposerClient::PerFrameMetadataKey::DISPLAY_RED_PRIMARY_X, 0.680}); in TEST_P() 196 hidlMetadata.push_back({IComposerClient::PerFrameMetadataKey::DISPLAY_RED_PRIMARY_Y, 0.320}); in TEST_P() 197 hidlMetadata.push_back({IComposerClient::PerFrameMetadataKey::DISPLAY_GREEN_PRIMARY_X, 0.265}); in TEST_P() 198 hidlMetadata.push_back({IComposerClient::PerFrameMetadataKey::DISPLAY_GREEN_PRIMARY_Y, 0.690}); in TEST_P() 199 hidlMetadata.push_back({IComposerClient::PerFrameMetadataKey::DISPLAY_BLUE_PRIMARY_X, 0.150}); in TEST_P() 200 hidlMetadata.push_back({IComposerClient::PerFrameMetadataKey::DISPLAY_BLUE_PRIMARY_Y, 0.060}); in TEST_P() 201 hidlMetadata.push_back({IComposerClient::PerFrameMetadataKey::WHITE_POINT_X, 0.3127}); in TEST_P() 202 hidlMetadata.push_back({IComposerClient::PerFrameMetadataKey::WHITE_POINT_Y, 0.3290}); in TEST_P() 203 hidlMetadata.push_back({IComposerClient::PerFrameMetadataKey::MAX_LUMINANCE, 100.0}); in TEST_P() 204 hidlMetadata.push_back({IComposerClient::PerFrameMetadataKey::MIN_LUMINANCE, 0.1}); in TEST_P() [all …]
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 340 width_constraints.push_back(std::make_pair(kPipeVigLimit, info.vig_limit_index)); in GetSystemInfo() 341 width_constraints.push_back(std::make_pair(kPipeDmaLimit, info.dma_limit_index)); in GetSystemInfo() 342 width_constraints.push_back(std::make_pair(kPipeScalingLimit, info.scaling_limit_index)); in GetSystemInfo() 343 width_constraints.push_back(std::make_pair(kPipeRotationLimit, info.rotation_limit_index)); in GetSystemInfo() 468 hw_resource->hw_pipes.push_back(std::move(pipe_caps)); in GetHWPlanesInfo() 616 supported_formats->push_back(sdm_format); in GetRotatorFormatsForType() 704 fmts.push_back(kFormatARGB8888); in GetSDMFormat() 707 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888); in GetSDMFormat() 710 fmts.push_back(kFormatBGRA8888); in GetSDMFormat() 713 fmts.push_back(kFormatXRGB8888); in GetSDMFormat() [all …]
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | authorization_set.h | 186 void push_back(const KeyParameter& param) { data_.push_back(param); } in push_back() function 187 void push_back(KeyParameter&& param) { data_.push_back(std::move(param)); } in push_back() function 189 void push_back(const AuthorizationSet& set) { in push_back() function 191 push_back(entry); in push_back() 195 void push_back(AuthorizationSet&& set) { in push_back() function 201 void push_back(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, size_t data_length) { in push_back() function 204 push_back(ttag, new_blob); in push_back() 212 template <typename TypedTagT, typename... Value> void push_back(TypedTagT tag, Value&&... val) { in push_back() function 213 push_back(Authorization(tag, std::forward<Value>(val)...)); in push_back() 216 template <typename Iterator> void push_back(Iterator begin, Iterator end) { in push_back() function [all …]
|
/hardware/interfaces/broadcastradio/common/tests/ |
D | WorkerThread_test.cpp | 83 order.push_back(0); in TEST() 90 order.push_back(4); in TEST() 97 order.push_back(1); in TEST() 104 order.push_back(3); in TEST() 111 order.push_back(2); in TEST()
|
/hardware/google/camera/common/hal/utils/ |
D | camera_id_manager.cc | 61 public_camera_internal_ids_.push_back(camera.id); in Initialize() 62 physical_camera_ids_.push_back(camera.physical_camera_ids); in Initialize() 69 public_camera_internal_ids_.push_back(camera.id); in Initialize() 70 physical_camera_ids_.push_back(camera.physical_camera_ids); in Initialize() 104 physical_ids.push_back(camera.id); in ValidateInput() 178 camera_ids.push_back(i); in GetVisibleCameraIds() 188 camera_ids.push_back(i); in GetCameraIds()
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | strategy.cpp | 147 hw_layers_info_->index.push_back(hw_layers_info_->gpu_target_index); in GetNextStrategy() 148 hw_layers_info_->roi_index.push_back(0); in GetNextStrategy() 150 hw_layers_info_->hw_layers.push_back(layer); in GetNextStrategy() 174 hw_layers_info_->left_frame_roi.push_back(LayerRect(0.0f, 0.0f, in GenerateROI() 176 hw_layers_info_->right_frame_roi.push_back(LayerRect(left_split, in GenerateROI() 179 hw_layers_info_->left_frame_roi.push_back(LayerRect(0.0f, 0.0f, in GenerateROI() 181 hw_layers_info_->right_frame_roi.push_back(LayerRect(0.0f, 0.0f, 0.0f, 0.0f)); in GenerateROI()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidLocal.cpp | 62 usage.push_back(unsignedInteger); in append() 77 usage.push_back(j); in append() 83 string.push_back(unsignedInteger); in append() 98 string.push_back(j); in append()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | display_pluggable.cpp | 334 color_modes_cs_.push_back(pt); in InitializeColorModes() 335 var.push_back(std::make_pair(kColorGamutAttribute, kSrgb)); in InitializeColorModes() 336 var.push_back(std::make_pair(kDynamicRangeAttribute, kSdr)); in InitializeColorModes() 337 var.push_back(std::make_pair(kPictureQualityAttribute, kStandard)); in InitializeColorModes() 341 color_modes_cs_.push_back(pt); in InitializeColorModes() 347 color_modes_cs_.push_back(pt); in InitializeColorModes() 349 var.push_back(std::make_pair(kColorGamutAttribute, kBt2020)); in InitializeColorModes() 350 var.push_back(std::make_pair(kGammaTransferAttribute, kGamma2_2)); in InitializeColorModes() 355 var.push_back(std::make_pair(kColorGamutAttribute, kBt2020)); in InitializeColorModes() 358 var.push_back(std::make_pair(kGammaTransferAttribute, kSt2084)); in InitializeColorModes() [all …]
|
D | strategy.cpp | 156 hw_layers_info_->index.push_back(hw_layers_info_->gpu_target_index); in GetNextStrategy() 157 hw_layers_info_->roi_index.push_back(0); in GetNextStrategy() 164 hw_layers_info_->hw_layers.push_back(layer); in GetNextStrategy() 188 hw_layers_info_->left_frame_roi.push_back(LayerRect(0.0f, 0.0f, in GenerateROI() 190 hw_layers_info_->right_frame_roi.push_back(LayerRect(left_split, in GenerateROI() 193 hw_layers_info_->left_frame_roi.push_back(LayerRect(0.0f, 0.0f, in GenerateROI() 195 hw_layers_info_->right_frame_roi.push_back(LayerRect(0.0f, 0.0f, 0.0f, 0.0f)); in GenerateROI()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatus.cpp | 81 mField.push_back(str); in SystemStatusNmeaBase() 1250 mCache.mTimeAndClock.push_back(s); in setTimeAndCLock() 1264 mCache.mXoState.push_back(s); in setXoState() 1278 mCache.mRfAndParams.push_back(s); in setRfAndParams() 1292 mCache.mErrRecovery.push_back(s); in setErrRecovery() 1309 mCache.mInjectedPosition.push_back(s); in setInjectedPosition() 1323 mCache.mBestPosition.push_back(s); in setBestPosition() 1337 mCache.mXtra.push_back(s); in setXtra() 1351 mCache.mEphemeris.push_back(s); in setEphemeris() 1365 mCache.mSvHealth.push_back(s); in setSvHealth() [all …]
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | config.cpp | 222 token.push_back(c); in readConfig() 227 token.push_back('\0'); in readConfig() 230 token.push_back(c); in readConfig() 290 strValue.push_back(c); in readConfig() 308 while (n-- > 0) strValue.push_back(((numValue >> (n * 8)) & 0xFF)); in readConfig() 321 strValue.push_back('\0'); in readConfig() 326 strValue.push_back(c); in readConfig() 556 m_list.push_back(pParam); in add() 566 m_list.push_back(pParam); in add() 584 push_back(*it); in moveFromList() [all …]
|