Searched refs:emplace_back (Results 1 – 15 of 15) sorted by relevance
/device/generic/goldfish/network/netmgr/ |
D | utils.cpp | 28 result.emplace_back(cur, space); in explode() 31 result.emplace_back(cur); in explode()
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | info.cpp | 22 mInterfaces.emplace_back(mNetlink, kInterfaceName); in Info() 24 mInterfaceHandles.emplace_back(handle); in Info()
|
/device/generic/goldfish-opengl/android-emu/android/base/containers/ |
D | SmallVector.h | 121 void emplace_back(Args&&... args) { in emplace_back() function 127 void push_back(const T& t) { emplace_back(t); } in push_back() 128 void push_back(T&& t) { emplace_back(std::move(t)); } in push_back()
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/ |
D | device_handler.cpp | 38 clients_.emplace_back(client_handler); in RegisterClient()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | in_process_tpm.cpp | 93 command_queue_.emplace_back(command, command + size); in Transmit()
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | build_api.cc | 138 artifacts.emplace_back(artifact_json); in Artifacts() 157 artifacts.emplace_back(std::string(entity->d_name)); in Artifacts()
|
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 67 mOperationHandler.emplace_back(new HubConnectionOperation(mHubConnection)); in SensorContext() 372 mOperationHandler.emplace_back(new DynamicSensorManagerOperation(manager)); in initializeHalExtension()
|
/device/generic/goldfish-opengl/android-emu/android/base/files/ |
D | StreamSerializing.h | 93 buffer->emplace_back(loader(stream)); in loadBuffer()
|
/device/amlogic/yukawa/hal/lights/ |
D | lights.cpp | 95 availableLights.emplace_back(light); in addLight()
|
/device/google/cuttlefish/host/commands/console_forwarder/ |
D | main.cpp | 124 write_queue_.emplace_back(fd, buf_ptr); in EnqueueWrite()
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | HWC2.cpp | 468 displayIds.emplace_back(displayPair.first); in registerCallback() 482 pendingVsyncs.emplace_back(displayId, timestamp); in registerCallback() 487 pendingHotplugs.emplace_back(mHwc1DisplayMap[HWC_DISPLAY_PRIMARY], in registerCallback() 499 pendingHotplugs.emplace_back(displayId, connected); in registerCallback() 1337 mConfigs.emplace_back(std::move(newConfig)); in populateConfigs() 1348 mConfigs.emplace_back(std::make_shared<Config>(*this)); in populateConfigs() 2700 displays.emplace_back(displayPair.first); in hwc1Invalidate() 2720 mPendingVsyncs.emplace_back(hwc1DisplayId, timestamp); in hwc1Vsync() 2780 mPendingHotplugs.emplace_back(hwc1DisplayId, connected); in hwc1Hotplug()
|
/device/google/coral/vibrator/ |
D | Hardware.cpp | 152 mRecords.emplace_back(std::make_unique<Record<T>>(func, value, stream)); in record()
|
/device/google/cuttlefish/host/commands/launch/ |
D | flag_forwarder.cc | 223 flags.emplace_back(std::move(flag_info)); in FlagsForSubprocess()
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | ws_connection.cpp | 289 write_queue_.emplace_back(std::move(buffer)); in Send()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 1304 mConfigs.emplace_back(std::move(newConfig)); in populatePrimaryConfigs() 1345 mConfigs.emplace_back(std::move(newConfig)); in populateSecondaryConfigs()
|