Home
last modified time | relevance | path

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

123

/system/core/libutils/include/utils/
DStrongPointer.h141 sp<T>::sp(T* other) in sp()
148 sp<T>::sp(const sp<T>& other) in sp()
155 sp<T>::sp(sp<T>&& other) noexcept : m_ptr(other.m_ptr) { in sp() function
160 sp<T>::sp(U* other) in sp()
167 sp<T>::sp(const sp<U>& other) in sp()
174 sp<T>::sp(sp<U>&& other) in sp() function
249 void sp<T>::force_set(T* other) { in force_set()
DRefBase.h487 wp<T>::wp(T* other) in wp()
494 wp<T>::wp(const wp<T>& other) in wp()
501 wp<T>::wp(const sp<T>& other) in wp()
508 wp<T>::wp(U* other) in wp()
515 wp<T>::wp(const wp<U>& other) in wp()
527 wp<T>::wp(const sp<U>& other) in wp()
610 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
DString8.h297 inline bool String8::contains(const char* other) const in contains()
340 inline int String8::compare(const String8& other) const in compare()
/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h97 sp<T>::sp(T* other) in sp()
104 sp<T>::sp(const sp<T>& other) in sp()
111 sp<T>::sp(U* other) : m_ptr(other) in sp()
117 sp<T>::sp(const sp<U>& other) in sp()
/system/bt/service/common/android/bluetooth/
Dbluetooth_avrcp_string_value.h35 BluetoothAvrcpStringValue(const ::bluetooth::AvrcpStringValue& other) in BluetoothAvrcpStringValue()
37 BluetoothAvrcpStringValue(const BluetoothAvrcpStringValue& other) in BluetoothAvrcpStringValue()
Dbluetooth_avrcp_register_notification_response.h37 const AvrcpRegisterNotificationResponse& other) in BluetoothAvrcpRegisterNotificationResponse()
40 const BluetoothAvrcpRegisterNotificationResponse& other) in BluetoothAvrcpRegisterNotificationResponse()
Dbluetooth_remote_device_props.h35 BluetoothRemoteDeviceProps(const ::bluetooth::RemoteDeviceProps& other) in BluetoothRemoteDeviceProps()
37 BluetoothRemoteDeviceProps(const BluetoothRemoteDeviceProps& other) in BluetoothRemoteDeviceProps()
Dbluetooth_avrcp_int_value.h35 BluetoothAvrcpIntValue(const ::bluetooth::AvrcpIntValue& other) in BluetoothAvrcpIntValue()
37 BluetoothAvrcpIntValue(const BluetoothAvrcpIntValue& other) in BluetoothAvrcpIntValue()
Dbluetooth_avrcp_media_attr.h35 BluetoothAvrcpMediaAttr(const ::bluetooth::AvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr()
37 BluetoothAvrcpMediaAttr(const BluetoothAvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr()
Dbluetooth_a2dp_codec_config.h35 BluetoothA2dpCodecConfig(const ::bluetooth::A2dpCodecConfig& other) in BluetoothA2dpCodecConfig()
37 BluetoothA2dpCodecConfig(const BluetoothA2dpCodecConfig& other) in BluetoothA2dpCodecConfig()
/system/libhidl/base/
DHidlSupport.cpp54 hidl_handle::hidl_handle(const hidl_handle& other) : hidl_handle() { in hidl_handle()
60 hidl_handle::hidl_handle(hidl_handle&& other) noexcept : hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle
66 hidl_handle &hidl_handle::operator=(const hidl_handle &other) { in operator =()
91 hidl_handle& hidl_handle::operator=(hidl_handle&& other) noexcept { in operator =()
164 hidl_string::hidl_string(const hidl_string &other): hidl_string() { in hidl_string()
172 hidl_string::hidl_string(hidl_string&& other) noexcept : hidl_string() { in hidl_string() function in android::hardware::hidl_string
176 hidl_string& hidl_string::operator=(hidl_string&& other) noexcept { in operator =()
184 hidl_string &hidl_string::operator=(const hidl_string &other) { in operator =()
234 void hidl_string::moveFrom(hidl_string &&other) { in moveFrom()
/system/bt/service/common/bluetooth/
Ddescriptor.cc20 Descriptor::Descriptor(const Descriptor& other) { in Descriptor()
26 Descriptor& Descriptor::operator=(const Descriptor& other) { in operator =()
Dcharacteristic.cc20 Characteristic::Characteristic(const Characteristic& other) { in Characteristic()
28 Characteristic& Characteristic::operator=(const Characteristic& other) { in operator =()
Dservice.cc20 Service::Service(const Service& other) { in Service()
28 Service& Service::operator=(const Service& other) { in operator =()
Dscan_filter.cc23 ScanFilter::ScanFilter(const ScanFilter& other) { in ScanFilter()
33 ScanFilter& ScanFilter::operator=(const ScanFilter& other) { in operator =()
Dadvertise_data.cc30 AdvertiseData::AdvertiseData(const AdvertiseData& other) : data_(other.data_) {} in AdvertiseData()
76 AdvertiseData& AdvertiseData::operator=(const AdvertiseData& other) { in operator =()
/system/security/keystore/
DKeymasterArguments.cpp37 KeymasterArguments::KeymasterArguments(hardware::hidl_vec<keystore::KeyParameter>&& other) in KeymasterArguments()
40 KeymasterArguments::KeymasterArguments(const hardware::hidl_vec<keystore::KeyParameter>& other) in KeymasterArguments()
/system/libvintf/
DCompatibilityMatrix.cpp177 bool CompatibilityMatrix::addAllHalsAsOptional(CompatibilityMatrix* other, std::string* error) { in addAllHalsAsOptional()
229 bool CompatibilityMatrix::addAllXmlFilesAsOptional(CompatibilityMatrix* other, std::string* error) { in addAllXmlFilesAsOptional()
256 bool CompatibilityMatrix::addAllKernels(CompatibilityMatrix* other, std::string* error) { in addAllKernels()
269 bool CompatibilityMatrix::addAllKernelsAsOptional(CompatibilityMatrix* other, std::string* error) { in addAllKernelsAsOptional()
299 bool CompatibilityMatrix::addSepolicy(CompatibilityMatrix* other, std::string* error) { in addSepolicy()
305 bool CompatibilityMatrix::addAvbMetaVersion(CompatibilityMatrix* other, std::string* error) { in addAvbMetaVersion()
311 bool CompatibilityMatrix::addVndk(CompatibilityMatrix* other, std::string* error) { in addVndk()
320 bool CompatibilityMatrix::addVendorNdk(CompatibilityMatrix* other, std::string* error) { in addVendorNdk()
326 bool CompatibilityMatrix::addSystemSdk(CompatibilityMatrix* other, std::string* /* error */) { in addSystemSdk()
/system/core/libmemunreachable/
DAllocator.h48 Heap(const Heap& other) : impl_(other.impl_), owns_impl_(false) {} in Heap()
114 STLAllocator(const STLAllocator<U>& other) in STLAllocator()
149 Allocator(const Heap& other) in Allocator()
154 Allocator(const STLAllocator<U>& other) in Allocator()
/system/nvram/messages/
Dblob.cpp34 Blob::Blob(Blob&& other) : Blob() { in Blob() function in nvram::Blob
38 Blob& Blob::operator=(Blob&& other) { in operator =()
/system/security/keystore/include/keystore/
Dutils.h39 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator()
41 SharedNullableIterator(SharedNullableIterator&& other) noexcept in SharedNullableIterator() function
/system/core/libutils/
DString8.cpp221 void String8::setTo(const String8& other) in setTo()
228 status_t String8::setTo(const char* other) in setTo()
239 status_t String8::setTo(const char* other, size_t len) in setTo()
250 status_t String8::setTo(const char16_t* other, size_t len) in setTo()
261 status_t String8::setTo(const char32_t* other, size_t len) in setTo()
272 status_t String8::append(const String8& other) in append()
285 status_t String8::append(const char* other) in append()
290 status_t String8::append(const char* other, size_t otherLen) in append()
343 status_t String8::real_append(const char* other, size_t otherLen) in real_append()
394 ssize_t String8::find(const char* other, size_t start) const in find() argument
[all …]
/system/chre/util/include/chre/util/
Dunique_ptr_impl.h38 UniquePtr<ObjectType>::UniquePtr(UniquePtr<ObjectType>&& other) { in UniquePtr() function
45 UniquePtr<ObjectType>::UniquePtr(UniquePtr<OtherObjectType>&& other) { in UniquePtr() function
/system/chre/platform/linux/
Dplatform_sensor.cc21 PlatformSensor::PlatformSensor(PlatformSensor&& other) { in PlatformSensor() function in chre::PlatformSensor
73 PlatformSensor& PlatformSensor::operator=(PlatformSensor&& other) { in operator =()
/system/netd/resolv/
DLockedQueue.h39 void swap(std::deque<T>& other) { in swap()

123