Home
last modified time | relevance | path

Searched defs:other (Results 1 – 19 of 19) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/
DOptional.h195 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
DAlignedBuf.h44 AlignedBuf(const AlignedBuf& other) : AlignedBuf(other.mSize) { in AlignedBuf()
58 AlignedBuf(AlignedBuf&& other) { *this = std::move(other); } in AlignedBuf() function
DStringView.h74 constexpr StringView(const StringView& other) : in StringView()
157 void set(const StringView& other) { in set()
/device/generic/goldfish/network/wifi_forwarder/
Dnetlink_message.cpp25 NetlinkMessage::NetlinkMessage(NetlinkMessage&& other) { in NetlinkMessage() function in NetlinkMessage
36 NetlinkMessage& NetlinkMessage::operator=(NetlinkMessage&& other) { in operator =()
/device/google/cuttlefish/tools/play_audio/
Dsdl_wrapper.cpp28 SDLAudioDevice::SDLAudioDevice(SDLAudioDevice&& other) in SDLAudioDevice() function in SDLAudioDevice
32 SDLAudioDevice& SDLAudioDevice::operator=(SDLAudioDevice&& other) { in operator =()
Dclient_socket.cpp73 ClientSocket::ClientSocket(ClientSocket&& other) in ClientSocket() function in ClientSocket
78 ClientSocket& ClientSocket::operator=(ClientSocket&& other) { in operator =()
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/
Dgoldfish_address_space.cpp24 void GoldfishAddressSpaceBlock::replace(GoldfishAddressSpaceBlock *other) in replace()
/device/google/cuttlefish/common/libs/tcp_socket/
Dtcp_socket.h37 ClientSocket(ClientSocket&& other) : fd_{other.fd_} {} in ClientSocket() function
/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h325 SmallFixedVector(const SmallFixedVector& other) in SmallFixedVector()
328 SmallFixedVector(SmallFixedVector&& other) { in SmallFixedVector() function
/device/google/contexthub/util/common/
DJSONObject.cpp356 JSONValue::JSONValue(const JSONValue &other) in JSONValue()
361 JSONValue &JSONValue::operator=(const JSONValue &other) { in operator =()
/device/google/cuttlefish/common/libs/net/
Dnetlink_request.cpp70 NetlinkRequest::NetlinkRequest(NetlinkRequest&& other) { in NetlinkRequest() function in cuttlefish::NetlinkRequest
/device/generic/goldfish-opengl/android-emu/android/base/synchronization/
DAndroidLock.h154 AutoLock(AutoLock&& other) : mLock(other.mLock), mLocked(other.mLocked) { in AutoLock() function
/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp123 [&](std::unique_ptr<Client>& other) { return *other == client; }); in ReadCommand()
/device/google/contexthub/contexthubhal/
Dnanohubhal.h98 HubMessage(HubMessage &&other) { in HubMessage() function
/device/generic/goldfish/wifi/wifi_hal/
Dinterface.cpp58 Interface::Interface(Interface&& other) noexcept in Interface() function in Interface
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp90 Subprocess& Subprocess::operator=(Subprocess&& other) { in operator =()
/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster4_device.cpp167 KmParamSet(KmParamSet&& other) noexcept in KmParamSet() function in keymaster::V4_1::__anon22a740550111::KmParamSet
/device/generic/goldfish/radio/include/telephony/
Dril_cdma_sms.h511 RIL_CDMA_SMS_UdhOther other; member
793 RIL_CDMA_SMS_OtherParm other; member
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp1789 bool CfHWC2::Display::Config::merge(const Config& other) { in merge()