/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
D | HwcLoader.h | 48 return createComposer(std::move(hal)).release(); in load() 54 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal() 65 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter() 70 return hal::Composer::create(std::move(hal)); in createComposer()
|
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcLoader.h | 48 return createComposer(std::move(hal)).release(); in load() 54 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal() 65 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter() 70 return hal::Composer::create(std::move(hal)); in createComposer()
|
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
D | HwcLoader.h | 48 return createComposer(std::move(hal)).release(); in load() 54 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal() 65 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter() 70 return hal::Composer::create(std::move(hal)); in createComposer()
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcLoader.h | 56 return createComposer(std::move(hal)); in load() 79 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal() 90 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter() 95 return hal::Composer::create(std::move(hal)).release(); in createComposer() 116 return adaptHwc1Device(std::move(reinterpret_cast<hwc_composer_device_1*>(device))); in openDeviceWithAdapter()
|
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/ |
D | GrallocLoader.h | 46 return createMapper(std::move(hal)); in load() 55 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal() 59 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal() 70 return mapper->init(std::move(hal)) ? mapper.release() : nullptr; in createMapper()
|
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | GrallocLoader.h | 50 return createAllocator(std::move(hal)); in load() 76 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal() 80 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal() 91 return allocator->init(std::move(hal)) ? allocator.release() : nullptr; in createAllocator()
|
/hardware/google/camera/common/hal/utils/ |
D | result_dispatcher.cc | 193 res = AddResultMetadata(frame_number, std::move(result->result_metadata), in AddResult() 194 std::move(result->physical_metadata), in AddResult() 279 result->result_metadata = std::move(metadata); in NotifyResultMetadata() 280 result->physical_metadata = std::move(physical_metadata); in NotifyResultMetadata() 283 process_capture_result_(std::move(result)); in NotifyResultMetadata() 305 metadata_it->second.metadata = std::move(final_metadata); in AddFinalResultMetadata() 306 metadata_it->second.physical_metadata = std::move(physical_metadata); in AddFinalResultMetadata() 329 NotifyResultMetadata(frame_number, std::move(metadata), in AddResultMetadata() 330 std::move(physical_metadata), partial_result); in AddResultMetadata() 334 return AddFinalResultMetadata(frame_number, std::move(metadata), in AddResultMetadata() [all …]
|
/hardware/google/camera/common/hal/tests/ |
D | camera_device_tests.cc | 36 device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST() 47 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST() 59 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TestResourceCost() 90 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST() 104 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST() 137 auto device = CameraDevice::Create(std::move(mock_device_hwl)); in TEST()
|
D | camera_provider_tests.cc | 37 provider_ = CameraProvider::Create(std::move(mock_provider_hwl)); in CreateCameraProviderAndCheck() 76 CreateCameraProviderAndCheck(std::move(mock_provider_hwl)); in TEST_F() 93 CreateCameraProviderAndCheck(std::move(mock_provider_hwl)); in TEST_F() 148 CreateCameraProviderAndCheck(std::move(mock_provider_hwl)); in TEST_F() 218 CreateCameraProviderAndCheck(std::move(mock_provider_hwl)); in TEST_F() 239 CreateCameraProviderAndCheck(std::move(mock_provider_hwl)); in TEST_F()
|
D | camera_device_session_tests.cc | 52 *session = CameraDeviceSession::Create(std::move(session_hwl)); in CreateSessionAndCheck() 66 CreateSessionAndCheck(std::move(session_hwl), &session); in TestInvalidDefaultRequestSettingsForType() 92 CreateSessionAndCheck(std::move(session_hwl), &session); in TestDefaultRequestSettingsForType() 114 received_results_.emplace(result->frame_number, std::move(result)); in ProcessCaptureResult() 120 std::move(result->result_metadata); in ProcessCaptureResult() 249 CreateSessionAndCheck(std::move(session_hwl), &session); in TEST_F() 293 CreateSessionAndCheck(std::move(session_hwl), &session); in TEST_F() 318 CreateSessionAndCheck(std::move(session_hwl), &session); in TEST_F() 330 ProcessCaptureResult(std::move(result)); in TEST_F() 398 requests.push_back(std::move(request)); in TEST_F()
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | dual_ir_result_request_processor.cc | 145 pending_result_metadata_[frame_number] = std::move(pending_result_metadata); in AddPendingRequests() 179 result->result_metadata = std::move(pending_result_metadata.metadata); in TrySendingResultMetadataLocked() 184 .metadata = std::move(metadata), in TrySendingResultMetadataLocked() 187 result->physical_metadata.push_back(std::move(physical_metadata)); in TrySendingResultMetadataLocked() 190 process_capture_result_(std::move(result)); in TrySendingResultMetadataLocked() 226 pending_result_metadata.metadata = std::move(result_metadata); in ProcessResultMetadata() 247 physical_metadata_iter->second = std::move(result_metadata); in ProcessResultMetadata() 274 auto result = std::move(block_result.result); in ProcessResult() 277 std::move(result->result_metadata)); in ProcessResult() 290 process_capture_result_(std::move(result)); in ProcessResult()
|
D | realtime_process_block.cc | 64 NotifyHwlPipelineResult(std::move(result)); in RealtimeProcessBlock() 87 result_processor_ = std::move(result_processor); in SetResultProcessor() 195 auto capture_result = hal_utils::ConvertToCaptureResult(std::move(hwl_result)); in NotifyHwlPipelineResult() 201 ProcessBlockResult result = {.result = std::move(capture_result)}; in NotifyHwlPipelineResult() 202 result_processor_->ProcessResult(std::move(result)); in NotifyHwlPipelineResult()
|
D | dual_ir_capture_session.cc | 229 status_t res = process_block->SetResultProcessor(std::move(result_processor)); in ConnectProcessChain() 235 res = request_processor->SetProcessBlock(std::move(process_block)); in ConnectProcessChain() 324 *rt_process_block = std::move(process_block); in SetupRealtimeSegment() 325 *rt_result_request_processor = std::move(result_request_processor); in SetupRealtimeSegment() 378 *depth_process_block = std::move(process_block); in SetupDepthSegment() 379 *depth_result_processor = std::move(result_processor); in SetupDepthSegment() 485 std::move(depth_process_block), in CreateProcessChain() 486 std::move(depth_result_processor)); in CreateProcessChain() 496 ConnectProcessChain(request_processor_.get(), std::move(rt_process_block), in CreateProcessChain() 497 std::move(rt_result_request_processor)); in CreateProcessChain()
|
D | hdrplus_process_block.cc | 64 NotifyHwlPipelineResult(std::move(result)); in HdrplusProcessBlock() 87 result_processor_ = std::move(result_processor); in SetResultProcessor() 195 auto capture_result = hal_utils::ConvertToCaptureResult(std::move(hwl_result)); in NotifyHwlPipelineResult() 201 ProcessBlockResult result = {.result = std::move(capture_result)}; in NotifyHwlPipelineResult() 202 result_processor_->ProcessResult(std::move(result)); in NotifyHwlPipelineResult()
|
/hardware/interfaces/identity/support/src/ |
D | cppbor_parse.cpp | 121 mEntries.push_back(std::move(item)); in add() 137 mEntries.push_back(std::move(item)); in add() 153 mEntries.push_back(std::move(item)); in add() 271 mTheItem = std::move(item); in item() 284 appendToLastParent(std::move(item)); in item() 295 mTheItem = std::move(item); in itemEnd() 299 appendToLastParent(std::move(item)); in itemEnd() 312 std::unique_ptr<Item> p = std::move(mTheItem); in parseResult() 313 return {std::move(p), mPosition, std::move(mErrorMessage)}; in parseResult() 321 static_cast<IncompleteArray*>(parent)->add(std::move(item)); in appendToLastParent() [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VmsUtils.h | 64 : layer(std::move(layer)), publisher_id(publisher_id) {} in VmsLayerAndPublisher() 73 : layer(std::move(layer)), publisher_ids(std::move(publisher_ids)) {} in VmsAssociatedLayer() 82 : layer(std::move(layer)), dependencies(std::move(dependencies)) {} in VmsLayerOffering() 92 : publisher_id(publisher_id), offerings(std::move(offerings)) {} in VmsOffers()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraDeviceHWLImpl.cpp | 34 new EmulatedCameraDeviceHwlImpl(camera_id, std::move(static_meta), in Create() 35 std::move(physical_devices), in Create() 61 static_metadata_(std::move(static_meta)), in EmulatedCameraDeviceHwlImpl() 62 physical_device_map_(std::move(physical_devices)), in EmulatedCameraDeviceHwlImpl() 150 camera_id_, std::move(meta), ClonePhysicalDeviceMap(physical_device_map_), in CreateCameraDeviceSessionHwl()
|
D | EmulatedRequestProcessor.cpp | 93 .input_buffers = std::move(input_buffers), in ProcessPipelineRequests() 94 .output_buffers = std::move(output_buffers)}); in ProcessPipelineRequests() 114 sensor_buffers->push_back(std::move(sensor_buffer)); in CreateSensorBuffers() 129 auto output_buffer = std::move(request.output_buffers->at(0)); in NotifyFailedRequest() 339 acquired_buffers->push_back(std::move(*output_buffer)); in AcquireBuffers() 384 std::move(physical_camera_output_ids), logical_settings.get()); in RequestProcessorLoop() 389 std::move(physical_camera_output_ids), logical_settings.get()); in RequestProcessorLoop() 396 std::move(logical_settings), std::move(result), in RequestProcessorLoop() 397 std::move(input_buffers), std::move(output_buffers)); in RequestProcessorLoop() 435 return request_state_->Initialize(std::move(static_meta), in Initialize() [all …]
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | NodeLooperThreadTest.cc | 40 files_.emplace_back(std::move(tf)); in SetUp() 45 files_.emplace_back(std::move(tf)); in SetUp() 65 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F() 77 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F() 100 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F() 132 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F() 153 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F()
|
/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/ |
D | directory_iterator.cpp | 104 __root_(move(__ds.__root_)), in __dir_stream() 105 __entry_(move(__ds.__entry_)) { in __dir_stream() 172 __root_(move(other.__root_)), in __dir_stream() 173 __entry_(move(other.__entry_)) { in __dir_stream() 255 path root = move(__imp_->__root_); in __increment() 289 __imp_->__stack_.push(move(new_s)); in recursive_directory_iterator() 343 path root = move(stack.top().__root_); in __advance() 377 __imp_->__stack_.push(move(new_it)); in __try_recursion() 388 path at_ent = move(curr_it.__entry_.__p_); in __try_recursion()
|
/hardware/libhardware/modules/camera/3_4/ |
D | static_properties.cpp | 180 return new StaticProperties(std::move(metadata_reader), in NewStaticProperties() 187 std::move(request_capabilities), in NewStaticProperties() 188 std::move(stream_capabilities), in NewStaticProperties() 189 std::move(reprocess_map)); in NewStaticProperties() 203 : metadata_reader_(std::move(metadata_reader)), in StaticProperties() 210 request_capabilities_(std::move(request_capabilities)), in StaticProperties() 211 stream_capabilities_(std::move(stream_capabilities)), in StaticProperties() 212 supported_reprocess_outputs_(std::move(supported_reprocess_outputs)) {} in StaticProperties()
|
/hardware/interfaces/gatekeeper/1.0/software/tests/ |
D | gatekeeper_test.cpp | 82 VerifyRequest request(0, 1, std::move(enroll_response.enrolled_password_handle), in TEST() 120 EnrollRequest enroll_request(0, std::move(enroll_response.enrolled_password_handle), in TEST() 127 VerifyRequest new_request(0, 0, std::move(enroll_response.enrolled_password_handle), in TEST() 146 VerifyRequest request(0, 0, std::move(enroll_response.enrolled_password_handle), in TEST() 147 std::move(provided_password)); in TEST() 161 VerifyRequest new_request(0, 0, std::move(enroll_response.enrolled_password_handle), in TEST()
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | Node.cc | 32 : name_(std::move(name)), in Node() 33 node_path_(std::move(node_path)), in Node() 34 req_sorted_(std::move(req_sorted)), in Node()
|
D | PropertyNode.cc | 35 : Node(std::move(name), std::move(node_path), std::move(req_sorted), in PropertyNode()
|
/hardware/google/camera/common/profiler/ |
D | profiler.h | 144 target_(std::move(target)), in ScopedProfiler() 150 : profiler_(profiler), target_(std::move(target)) { in ScopedProfiler() 156 : target_(std::move(target)) { in ScopedProfiler()
|