Searched defs:Register (Results 1 - 7 of 7) sorted by relevance

/system/core/libunwindstack/tests/
H A DRegsIterateTest.cpp43 struct Register { struct in namespace:unwindstack
47 bool operator==(const Register& rhs) const {
57 std::vector<Register> ExpectedRegisters();
60 std::vector<Register> ExpectedRegisters<RegsArm>() {
61 std::vector<Register> result;
82 std::vector<Register> ExpectedRegisters<RegsArm64>() {
83 std::vector<Register> result;
121 std::vector<Register> ExpectedRegisters<RegsX86>() {
122 std::vector<Register> result;
136 std::vector<Register> ExpectedRegister
[all...]
/system/nvram/core/tests/
H A Dgtest_stubs.cpp42 void TestRegistry::Register(TestDeclarationBase* test_declaration) { function in class:testing::detail::TestRegistry
/system/tpm/attestation/server/
H A Ddbus_service.cc37 void DBusService::Register(const CompletionAction& callback) { function in class:attestation::DBusService
H A Dpkcs11_key_store.cc216 bool Pkcs11KeyStore::Register(const std::string& username, function in class:attestation::Pkcs11KeyStore
/system/bt/service/ipc/binder/
H A Dremote_callback_list.h58 // Register and unregister a callback interface. Registering will
62 bool Register(const android::sp<T>& callback);
114 bool RemoteCallbackList<T>::Register(const sp<T>& callback) { function in class:ipc::binder::RemoteCallbackList
H A Dremote_callback_map.h56 // Register a callback interface and associate it with the given key.
63 bool Register(const K& key, const android::sp<V>& callback,
127 bool RemoteCallbackMap<K, V>::Register(const K& key, const sp<V>& callback, function in class:ipc::binder::RemoteCallbackMap
/system/bt/tools/mcap_tool/
H A Dmcap_test_app.cc113 bool McapTestApp::Register(uint16_t ctrl_psm, uint16_t data_psm, function in class:SYSTEM_BT_TOOLS_MCAP_TOOL::McapTestApp

Completed in 879 milliseconds