Searched defs:Get (Results 1 - 16 of 16) sorted by relevance

/system/bt/service/common/bluetooth/util/
H A Datomic_string.cpp25 std::string AtomicString::Get() const { function in class:util::AtomicString
/system/core/libbinderwrapper/
H A Dbinder_wrapper.cc48 BinderWrapper* BinderWrapper::Get() { function in class:android::BinderWrapper
/system/core/libmemunreachable/tests/
H A DMemUnreachable_test.cpp36 void* Get() { function in class:HiddenPointer
40 free(Get());
67 void* ptr = hidden_ptr.Get();
98 ptr = hidden_ptr.Get();
131 pthread_setspecific(key, hidden_ptr.Get());
/system/update_engine/common/
H A Dsubprocess.h100 static Subprocess& Get() { function in class:chromeos_update_engine::Subprocess
/system/bt/service/
H A Ddaemon.cpp177 Daemon* Daemon::Get() { function in class:bluetooth::Daemon
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dvendor_manager.cc39 VendorManager* VendorManager::Get() { function in class:test_vendor_lib::VendorManager
/system/core/metricsd/
H A Dpersistent_integer.cc43 int64_t PersistentInteger::Get() { function in class:chromeos_metrics::PersistentInteger
51 int64_t v = Get();
57 Set(Get() + x);
/system/tools/aidl/
H A Dgenerate_java.cpp43 Variable* VariableFactory::Get(const Type* type) { function in class:android::aidl::VariableFactory
51 Variable* VariableFactory::Get(int index) { function in class:android::aidl::VariableFactory
/system/connectivity/shill/dbus/
H A Dchromeos_dbus_properties_proxy.cc69 brillo::Any ChromeosDBusPropertiesProxy::Get(const string& interface_name, function in class:shill::ChromeosDBusPropertiesProxy
75 if (!proxy_->Get(interface_name, property, &value, &error)) {
/system/connectivity/shill/
H A Dproperty_accessor_unittest.cc44 EXPECT_EQ(int_store, accessor->Get(&error));
49 EXPECT_EQ(expected_int32, accessor->Get(&error));
57 EXPECT_EQ(orig_value, accessor->Get(&error));
60 EXPECT_EQ(std::numeric_limits<int32_t>::max(), accessor->Get(&error));
65 EXPECT_EQ(int_store, accessor->Get(&error));
71 EXPECT_EQ(int_store, accessor->Get(&error));
74 EXPECT_EQ(std::numeric_limits<int32_t>::max(), accessor->Get(&error));
85 accessor->Get(&error);
101 EXPECT_EQ(int32_t(), accessor.Get(&error));
125 EXPECT_EQ(int_store, accessor->Get(
368 string Get(Error* /*error*/) { function in class:shill::StringWrapper
579 string Get(const string& key, Error* /*error*/) { function in class:shill::StringMapWrapper
[all...]
H A Dkey_value_store.cc136 return it->second.Get<bool>();
145 return it->second.Get<vector<vector<uint8_t>>>();
152 return it->second.Get<int32_t>();
159 return it->second.Get<int16_t>();
166 return it->second.Get<KeyValueStore>();
174 return it->second.Get<dbus::ObjectPath>().value();
184 it->second.Get<vector<dbus::ObjectPath>>(), &ids);
192 return it->second.Get<string>();
200 return it->second.Get<Stringmap>();
207 return it->second.Get<String
247 const brillo::Any& KeyValueStore::Get(const string& name) const { function in class:shill::KeyValueStore
[all...]
/system/core/libbacktrace/
H A DThreadEntry.cpp49 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { function in class:ThreadEntry
/system/bt/service/ipc/binder/
H A Dremote_callback_map.h73 android::sp<V> Get(const K& key);
171 sp<V> RemoteCallbackMap<K, V>::Get(const K& key) { function in class:ipc::binder::RemoteCallbackMap
/system/bt/service/hal/
H A Dbluetooth_interface.cpp417 BluetoothInterface* BluetoothInterface::Get() { function in class:bluetooth::hal::BluetoothInterface
H A Dbluetooth_gatt_interface.cpp535 BluetoothInterface::Get()->GetHALInterface();
895 BluetoothGattInterface* BluetoothGattInterface::Get() { function in class:bluetooth::hal::BluetoothGattInterface
/system/update_engine/
H A Dtest_http_server.cc497 inline string Get(const off_t index) const { function in class:chromeos_update_engine::UrlTerms
501 return Get(index).c_str();
593 // Get rid of "Address in use" error

Completed in 535 milliseconds