/device/generic/goldfish-opengl/android-emu/android/base/ |
D | Optional.h | 195 Optional(const Optional& other) : base_flag(other.constructed()) { in Optional() 200 Optional(Optional&& other) : base_flag(other.constructed()) { in Optional() function 210 Optional(const Optional<U>& other) : base_flag(other.constructed()) { in Optional() 220 Optional(Optional<U>&& other) : base_flag(other.constructed()) { in Optional() function
|
D | AlignedBuf.h | 44 AlignedBuf(const AlignedBuf& other) : AlignedBuf(other.mSize) { in AlignedBuf() 58 AlignedBuf(AlignedBuf&& other) { *this = std::move(other); } in AlignedBuf() function
|
D | StringView.h | 74 constexpr StringView(const StringView& other) : in StringView() 157 void set(const StringView& other) { in set()
|
/device/generic/goldfish/network/wifi_forwarder/ |
D | netlink_message.cpp | 25 NetlinkMessage::NetlinkMessage(NetlinkMessage&& other) { in NetlinkMessage() function in NetlinkMessage 36 NetlinkMessage& NetlinkMessage::operator=(NetlinkMessage&& other) { in operator =()
|
/device/google/cuttlefish/tools/play_audio/ |
D | sdl_wrapper.cpp | 28 SDLAudioDevice::SDLAudioDevice(SDLAudioDevice&& other) in SDLAudioDevice() function in SDLAudioDevice 32 SDLAudioDevice& SDLAudioDevice::operator=(SDLAudioDevice&& other) { in operator =()
|
D | client_socket.cpp | 73 ClientSocket::ClientSocket(ClientSocket&& other) in ClientSocket() function in ClientSocket 78 ClientSocket& ClientSocket::operator=(ClientSocket&& other) { in operator =()
|
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/ |
D | goldfish_address_space.cpp | 24 void GoldfishAddressSpaceBlock::replace(GoldfishAddressSpaceBlock *other) in replace()
|
/device/google/cuttlefish/common/libs/tcp_socket/ |
D | tcp_socket.h | 37 ClientSocket(ClientSocket&& other) : fd_{other.fd_} {} in ClientSocket() function
|
/device/generic/goldfish-opengl/android-emu/android/base/containers/ |
D | SmallVector.h | 325 SmallFixedVector(const SmallFixedVector& other) in SmallFixedVector() 328 SmallFixedVector(SmallFixedVector&& other) { in SmallFixedVector() function
|
/device/google/contexthub/util/common/ |
D | JSONObject.cpp | 356 JSONValue::JSONValue(const JSONValue &other) in JSONValue() 361 JSONValue &JSONValue::operator=(const JSONValue &other) { in operator =()
|
/device/google/cuttlefish/common/libs/net/ |
D | netlink_request.cpp | 70 NetlinkRequest::NetlinkRequest(NetlinkRequest&& other) { in NetlinkRequest() function in cuttlefish::NetlinkRequest
|
/device/generic/goldfish-opengl/android-emu/android/base/synchronization/ |
D | AndroidLock.h | 154 AutoLock(AutoLock&& other) : mLock(other.mLock), mLocked(other.mLocked) { in AutoLock() function
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 123 [&](std::unique_ptr<Client>& other) { return *other == client; }); in ReadCommand()
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.h | 98 HubMessage(HubMessage &&other) { in HubMessage() function
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | interface.cpp | 58 Interface::Interface(Interface&& other) noexcept in Interface() function in Interface
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.cpp | 90 Subprocess& Subprocess::operator=(Subprocess&& other) { in operator =()
|
/device/google/cuttlefish/guest/hals/keymaster/remote/ |
D | remote_keymaster4_device.cpp | 167 KmParamSet(KmParamSet&& other) noexcept in KmParamSet() function in keymaster::V4_1::__anon22a740550111::KmParamSet
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril_cdma_sms.h | 511 RIL_CDMA_SMS_UdhOther other; member 793 RIL_CDMA_SMS_OtherParm other; member
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | HWC2.cpp | 1789 bool CfHWC2::Display::Config::merge(const Config& other) { in merge()
|