/hardware/interfaces/gnss/1.0/default/ |
H A D | ThreadCreationWrapper.cpp | 32 listArgs->push_back(std::move(argPtr));
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
H A D | BaseDynamicSensorDaemon.cpp | 37 auto result = mDeviceKeySensorMap.emplace(deviceKey, std::move(sensors));
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | authorization_set.h | 50 AuthorizationSet(AuthorizationSet&& other) : data_(std::move(other.data_)) {} 63 data_ = std::move(other.data_); 187 void push_back(KeyParameter&& param) { data_.push_back(std::move(param)); } 196 move(set.begin(), set.end()); 204 push_back(ttag, std::move(new_blob)); 223 template <typename Iterator> void move(Iterator begin, Iterator end) { function in class:android::hardware::keymaster::V3_0::AuthorizationSet 224 std::move(begin, end, std::back_inserter(data_)); 255 push_back(ttag, std::move(new_blob)); 303 move(set.begin(), set.end());
|
H A D | authorization_set.cpp | 109 result.emplace_back(std::move(*prev)); 112 result.emplace_back(std::move(*prev));
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
H A D | ConcurrentQueue.h | 46 items.push_back(std::move(mQueue.front())); 58 mQueue.push(std::move(item));
|
H A D | VehicleHal.h | 93 mOnHalEvent(std::move(v));
|
/hardware/interfaces/light/2.0/default/ |
H A D | Light.cpp | 45 : mLights(std::move(lights)) {} 153 return new Light(std::move(lights));
|
/hardware/interfaces/drm/1.0/vts/functional/ |
H A D | vendor_modules.cpp | 56 mOpenLibraries[path] = std::move(library);
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
H A D | EmulatedVehicleHal.cpp | 145 doHalEvent(std::move(v)); 260 doHalEvent(move(updatedPropValue));
|
/hardware/interfaces/audio/2.0/default/ |
H A D | StreamIn.cpp | 400 mCommandMQ = std::move(tempCommandMQ); 401 mDataMQ = std::move(tempDataMQ); 402 mStatusMQ = std::move(tempStatusMQ);
|
H A D | StreamOut.cpp | 376 mCommandMQ = std::move(tempCommandMQ); 377 mDataMQ = std::move(tempDataMQ); 378 mStatusMQ = std::move(tempStatusMQ);
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VehicleObjectPool.cpp | 99 it = mValueTypePools.emplace(key, std::move(newPool)).first;
|
H A D | VehicleHalManager.cpp | 221 mEventQueue.push(std::move(v));
|
/hardware/interfaces/wifi/1.0/default/ |
H A D | wifi.cpp | 158 return {createWifiStatus(WifiStatusCode::SUCCESS), std::move(chip_ids)};
|
H A D | wifi_legacy_hal.cpp | 441 return {status, std::move(driver_dump)}; 456 return {status, std::move(firmware_dump)}; 582 return {status, std::move(freqs)}; 773 return {status, std::move(tx_pkt_fates)}; 788 return {status, std::move(rx_pkt_fates)}; 871 return {status, std::move(ring_buffers_status)}; 1269 return {status, std::move(cached_scan_results)};
|
/hardware/interfaces/camera/device/3.2/default/ |
H A D | CameraDeviceSession.cpp | 503 pushStreamBuffer(std::move(bb.mBuffers[i]), outBufs); 508 moveStreamBuffer(std::move(outBufs[j]), results[i].outputBuffers[j]); 545 result.result = std::move(p.second); 551 results.push_back(std::move(result)); 660 results[0] = std::move(result); 697 pushStreamBuffer(std::move(buffer), bb.mBuffers); 700 pushStreamBuffer(std::move(buffer), nonBatchedBuffers); 712 std::move(nonBatchedBuffers[i]), nonBatchedResult.outputBuffers[i]); 714 moveStreamBuffer(std::move(result.inputBuffer), nonBatchedResult.inputBuffer);
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
H A D | VehicleHalManager_test.cpp | 118 doHalEvent(std::move(value)); 274 hal->sendPropEvent(std::move(unsubscribedValue)); 288 hal->sendPropEvent(std::move(subscribedValue));
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
H A D | msm_cam_sensor.h | 548 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon3357 697 struct msm_actuator_move_params_t32 move; member in union:msm_actuator_cfg_data32::__anon3361
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | HWC2On1Adapter.cpp | 594 mHwc1RequestedContents = std::move(mHwc1ReceivedContents); 1084 mLayers.emplace(std::move(layer)); 1225 mConfigs.emplace_back(std::move(newConfig)); 1333 mHwc1ReceivedContents = std::move(contents); 2094 mVisibleRegion.setPending(std::move(visible)); 2407 mDisplays.emplace(display->getId(), std::move(display)); 2433 requestedContents.push_back(std::move(primaryDisplayContents)); 2441 requestedContents.push_back(std::move(externalDisplayContents)); 2455 requestedContents.push_back(std::move(virtualDisplayContents)); 2501 display->setReceivedContents(std::move(requestedContent [all...] |
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
H A D | hw_events_drm.cpp | 130 event_data_list_.push_back(std::move(event_data));
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/ |
H A D | vidc_vendor_extensions.cpp | 45 mParams(std::move(p.mParams)),
|
/hardware/interfaces/graphics/allocator/2.0/default/ |
H A D | Gralloc1On0Adapter.cpp | 277 mBuffers.emplace(handle, std::move(buffer)); 414 mBuffers.emplace(bufferHandle, std::move(buffer));
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | HidParser.cpp | 264 packets.push_back(std::move(packet));
|
/hardware/qcom/msm8994/kernel-headers/media/ |
H A D | msm_cam_sensor.h | 506 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon3248
|
/hardware/qcom/msm8996/kernel-headers/media/ |
H A D | msm_cam_sensor.h | 527 struct msm_actuator_move_params_t move; member in union:msm_actuator_cfg_data::__anon3496
|