Home
last modified time | relevance | path

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

1234

/system/core/libutils/include/utils/
DStrongPointer.h227 sp<T> sp<T>::fromExisting(T* other) { in fromExisting()
240 sp<T>::sp(T* other) in sp()
250 sp<T>::sp(U* other) : m_ptr(other) { in sp()
272 sp<T>::sp(const sp<T>& other) in sp()
279 sp<T>::sp(sp<T>&& other) noexcept : m_ptr(other.m_ptr) { in sp() function
284 sp<T>::sp(const sp<U>& other) in sp()
291 sp<T>::sp(sp<U>&& other) in sp() function
298 sp<T> sp<T>::cast(const sp<U>& other) { in cast()
364 void sp<T>::force_set(T* other) { in force_set()
DRefBase.h540 wp<T> wp<T>::fromExisting(T* other) { in fromExisting()
554 wp<T>::wp(T* other) in wp()
562 wp<T>::wp(U* other) : m_ptr(other) { in wp()
587 wp<T>::wp(const wp<T>& other) in wp()
594 wp<T>::wp(const sp<T>& other) in wp()
601 wp<T>::wp(const wp<U>& other) in wp()
613 wp<T>::wp(const sp<U>& other) in wp()
674 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
/system/bt/service/common/android/bluetooth/
Dbluetooth_avrcp_int_value.h35 BluetoothAvrcpIntValue(const ::bluetooth::AvrcpIntValue& other) in BluetoothAvrcpIntValue()
37 BluetoothAvrcpIntValue(const BluetoothAvrcpIntValue& other) in BluetoothAvrcpIntValue()
Dbluetooth_avrcp_string_value.h35 BluetoothAvrcpStringValue(const ::bluetooth::AvrcpStringValue& other) in BluetoothAvrcpStringValue()
37 BluetoothAvrcpStringValue(const BluetoothAvrcpStringValue& other) in BluetoothAvrcpStringValue()
Dbluetooth_a2dp_codec_config.h35 BluetoothA2dpCodecConfig(const ::bluetooth::A2dpCodecConfig& other) in BluetoothA2dpCodecConfig()
37 BluetoothA2dpCodecConfig(const BluetoothA2dpCodecConfig& other) in BluetoothA2dpCodecConfig()
Dbluetooth_remote_device_props.h35 BluetoothRemoteDeviceProps(const ::bluetooth::RemoteDeviceProps& other) in BluetoothRemoteDeviceProps()
37 BluetoothRemoteDeviceProps(const BluetoothRemoteDeviceProps& other) in BluetoothRemoteDeviceProps()
Dbluetooth_avrcp_register_notification_response.h37 const AvrcpRegisterNotificationResponse& other) in BluetoothAvrcpRegisterNotificationResponse()
40 const BluetoothAvrcpRegisterNotificationResponse& other) in BluetoothAvrcpRegisterNotificationResponse()
Dbluetooth_avrcp_media_attr.h35 BluetoothAvrcpMediaAttr(const ::bluetooth::AvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr()
37 BluetoothAvrcpMediaAttr(const BluetoothAvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr()
/system/libhidl/base/
DHidlSupport.cpp52 hidl_handle::hidl_handle(const hidl_handle& other) : hidl_handle() { in hidl_handle()
58 hidl_handle::hidl_handle(hidl_handle&& other) noexcept : hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle
64 hidl_handle &hidl_handle::operator=(const hidl_handle &other) { in operator =()
89 hidl_handle& hidl_handle::operator=(hidl_handle&& other) noexcept { in operator =()
159 hidl_string::hidl_string(const hidl_string &other): hidl_string() { in hidl_string()
167 hidl_string::hidl_string(hidl_string&& other) noexcept : hidl_string() { in hidl_string() function in android::hardware::hidl_string
171 hidl_string& hidl_string::operator=(hidl_string&& other) noexcept { in operator =()
179 hidl_string &hidl_string::operator=(const hidl_string &other) { in operator =()
237 void hidl_string::moveFrom(hidl_string &&other) { in moveFrom()
/system/bt/service/common/bluetooth/
Dservice.cc20 Service::Service(const Service& other) { in Service()
28 Service& Service::operator=(const Service& other) { in operator =()
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 =()
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/chre/platform/linux/
Dplatform_sensor.cc49 PlatformSensor::PlatformSensor(PlatformSensor &&other) { in PlatformSensor() function in chre::PlatformSensor
53 PlatformSensor &PlatformSensor::operator=(PlatformSensor &&other) { in operator =()
/system/memory/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/core/libutils/
DString8.cpp208 void String8::setTo(const String8& other) in setTo()
215 status_t String8::setTo(const char* other) in setTo()
226 status_t String8::setTo(const char* other, size_t len) in setTo()
237 status_t String8::setTo(const char16_t* other, size_t len) in setTo()
248 status_t String8::setTo(const char32_t* other, size_t len) in setTo()
259 status_t String8::append(const String8& other) in append()
272 status_t String8::append(const char* other) in append()
277 status_t String8::append(const char* other, size_t otherLen) in append()
330 status_t String8::real_append(const char* other, size_t otherLen) { in real_append()
383 ssize_t String8::find(const char* other, size_t start) const in find() argument
[all …]
/system/libvintf/
DCompatibilityMatrix.cpp39 bool CompatibilityMatrix::addAllHals(CompatibilityMatrix* other, std::string*) { in addAllHals()
193 bool CompatibilityMatrix::addAllHalsAsOptional(CompatibilityMatrix* other, std::string* error) { in addAllHalsAsOptional()
250 bool CompatibilityMatrix::addAllXmlFilesAsOptional(CompatibilityMatrix* other, std::string* error) { in addAllXmlFilesAsOptional()
270 bool CompatibilityMatrix::addAllKernels(CompatibilityMatrix* other, std::string* error) { in addAllKernels()
286 bool CompatibilityMatrix::addSepolicy(CompatibilityMatrix* other, std::string* error) { in addSepolicy()
292 bool CompatibilityMatrix::addAvbMetaVersion(CompatibilityMatrix* other, std::string* error) { in addAvbMetaVersion()
298 bool CompatibilityMatrix::addVndk(CompatibilityMatrix* other, std::string* error) { in addVndk()
307 bool CompatibilityMatrix::addVendorNdk(CompatibilityMatrix* other, std::string* error) { in addVendorNdk()
313 bool CompatibilityMatrix::addSystemSdk(CompatibilityMatrix* other, std::string* /* error */) { in addSystemSdk()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py146 def __lt__(self, other): argument
149 def __gt__(self, other): argument
152 def __eq__(self, other): argument
/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/chre/platform/slpi/see/
Dplatform_sensor.cc56 PlatformSensor::PlatformSensor(PlatformSensor &&other) { in PlatformSensor() function in chre::PlatformSensor
64 PlatformSensor &PlatformSensor::operator=(PlatformSensor &&other) { in operator =()
/system/security/keystore/include/keystore/
Dutils.h40 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator()
42 SharedNullableIterator(SharedNullableIterator&& other) noexcept in SharedNullableIterator() function
/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/core/
Dsensor.cc25 Sensor::Sensor(Sensor &&other) in Sensor() function in chre::Sensor
30 Sensor &Sensor::operator=(Sensor &&other) { in operator =()
/system/chre/core/include/chre/core/
Drequest_multiplexer.h56 RequestMultiplexer(RequestMultiplexer &&other) { in RequestMultiplexer() function

1234