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

/system/bt/service/common/bluetooth/util/
H A Datomic_string.cc23 std::string AtomicString::Get() const { function in class:util::AtomicString
/system/update_engine/
H A Ddbus_connection.cc49 DBusConnection* DBusConnection::Get() { function in class:chromeos_update_engine::DBusConnection
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
/system/core/libbinderwrapper/
H A Dbinder_wrapper.cc48 BinderWrapper* BinderWrapper::Get() { function in class:android::BinderWrapper
/system/update_engine/common/
H A Dsubprocess.h100 static Subprocess& Get() { function in class:chromeos_update_engine::Subprocess
/system/bt/service/
H A Ddaemon.cc189 Daemon* Daemon::Get() { function in class:bluetooth::Daemon
/system/core/libmemunreachable/tests/
H A DMemUnreachable_test.cpp32 void* Get() { return reinterpret_cast<void*>(~ptr_); } function in class:android::HiddenPointer
34 free(Get());
61 void* ptr = hidden_ptr.Get();
94 g_ptr = hidden_ptr.Get();
127 pthread_setspecific(key, hidden_ptr.Get());
/system/nvram/messages/include/nvram/messages/
H A Dstruct.h44 // To access the declared members, there is a |Get()| member function template
47 // Once you have the field spec for a field, you can use |FieldSpec::Get()| to
65 // kFieldSpecList.template Get<indices>().Get(left),
66 // kFieldSpecList.template Get<indices>().Get(right))...};
131 const MemberType& Get(const Struct& object) const { function in struct:nvram::FieldSpec
135 MemberType& Get(Struct& object) const { function in struct:nvram::FieldSpec
204 // the |Get()| definition just forwards to the list tail.
209 static constexpr Type Get(FieldSpecLis function in struct:nvram::__anon2483::FieldSpecLookup
219 static constexpr Type Get(FieldSpecList<FieldSpec, Tail...> self) { function in struct:nvram::__anon2483::FieldSpecLookup
[all...]
/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/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.h72 android::sp<V> Get(const K& key);
165 sp<V> RemoteCallbackMap<K, V>::Get(const K& key) { function in class:ipc::binder::RemoteCallbackMap
/system/bt/service/hal/
H A Dbluetooth_interface.cc389 BluetoothInterface* BluetoothInterface::Get() { function in class:bluetooth::hal::BluetoothInterface
H A Dbluetooth_gatt_interface.cc483 BluetoothInterface::Get()->GetHALInterface();
759 BluetoothGattInterface* BluetoothGattInterface::Get() { function in class:bluetooth::hal::BluetoothGattInterface
/system/bt/stack/btm/
H A Dble_advertiser_hci_interface.cc289 ((BleAdvertiserVscHciInterfaceImpl*)BleAdvertiserHciInterface::Get())
694 if (BleAdvertiserHciInterface::Get()) {
695 ((BleAdvertiserHciExtendedImpl*)BleAdvertiserHciInterface::Get())
718 BleAdvertiserHciInterface* BleAdvertiserHciInterface::Get() { return instance; } function in class:BleAdvertiserHciInterface
H A Dbtm_ble_multi_adv.cc235 ((BleAdvertisingManagerImpl*)BleAdvertisingManager::Get())
929 ((BleAdvertisingManagerImpl*)BleAdvertisingManager::Get())
940 BleAdvertisingManager* BleAdvertisingManager::Get() { function in class:BleAdvertisingManager
955 BleAdvertisingManager::Initialize(BleAdvertiserHciInterface::Get());
956 BleAdvertiserHciInterface::Get()->SetAdvertisingEventObserver(
957 (BleAdvertisingManagerImpl*)BleAdvertisingManager::Get());
959 if (BleAdvertiserHciInterface::Get()->QuirkAdvertiserZeroHandle()) {
961 BleAdvertisingManager::Get()->RegisterAdvertiser(Bind(DoNothing2));
988 auto manager = (BleAdvertisingManagerImpl*)BleAdvertisingManager::Get();
1008 auto manager = (BleAdvertisingManagerImpl*)BleAdvertisingManager::Get();
[all...]
/system/libvintf/
H A DVintfObject.cpp43 static const T *Get( function in namespace:android::vintf
59 return Get(&gDeviceManifest, skipCache,
66 return Get(&gFrameworkManifest, skipCache,
74 return Get(&gDeviceMatrix, skipCache,
81 return Get(&gFrameworkMatrix, skipCache,
88 return Get(&gDeviceRuntimeInfo, skipCache,
/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h282 // calling Get() for every element.
388 return_type Get(uoffset_t i) const { function in class:flatbuffers::Vector
393 return_type operator[](uoffset_t i) const { return Get(i); }
399 return static_cast<E>(Get(i));
429 // Get a mutable pointer to tables/strings inside this vector.
739 /// @brief Get the serialized buffer (after you call `Finish()`).
747 /// @brief Get a pointer to an unfinished buffer.
752 /// @brief Get the released pointer to the serialized buffer.
1544 if (!Verify(vec->Get(i))) return false;
1555 if (!vec->Get(
[all...]

Completed in 277 milliseconds