Searched defs:sym (Results 1 - 5 of 5) sorted by relevance

/system/bt/btcore/src/
H A Dhal_util.cc43 const char* sym = HAL_MODULE_INFO_SYM_AS_STR; local
55 hmi = (struct hw_module_t*)dlsym(handle, sym);
57 HULOGERR("%s", sym);
/system/core/libunwindstack/tests/
H A DSymbolsTest.cpp47 void InitSym(TypeParam* sym, uint32_t st_value, uint32_t st_size, uint32_t st_name) { argument
48 memset(sym, 0, sizeof(*sym));
49 sym->st_info = STT_FUNC;
50 sym->st_value = st_value;
51 sym->st_size = st_size;
52 sym->st_name = st_name;
53 sym->st_shndx = SHN_COMMON;
63 TypeParam sym; local
64 this->InitSym(&sym,
90 TypeParam sym; local
124 TypeParam sym; local
183 TypeParam sym; local
224 TypeParam sym; local
251 TypeParam sym; local
286 TypeParam sym; local
[all...]
H A DElfInterfaceTest.cpp105 Sym sym; local
106 memset(&sym, 0, sizeof(sym));
107 sym.st_info = STT_FUNC;
108 sym.st_value = value;
109 sym.st_size = size;
110 sym.st_name = name_offset;
111 sym.st_shndx = SHN_COMMON;
113 memory_.SetMemory(offset, &sym, sizeof(sym));
[all...]
/system/libhidl/transport/
H A DServiceManagement.cpp259 const std::string& /* lib */, const std::string& /* sym */)> eachLib) {
273 const std::string sym = "HIDL_FETCH_" + ifaceName; local
313 if (!eachLib(handle, lib, sym)) {
324 openLibs(fqName, [&](void* handle, const std::string &lib, const std::string &sym) {
326 *(void **)(&generator) = dlsym(handle, sym.c_str());
330 << " but could not find symbol " << sym << ": "
450 [&](void* /* handle */, const std::string& /* lib */, const std::string& /* sym */) {
/system/tpm/trunks/
H A Dtpm_generated.h1261 TPM_KEY_BITS sym; member in union:trunks::TPMU_SYM_KEY_BITS
1268 TPMI_ALG_SYM_MODE sym; member in union:trunks::TPMU_SYM_MODE
1293 TPMT_SYM_DEF_OBJECT sym; member in struct:trunks::TPMS_SYMCIPHER_PARMS
1540 TPM2B_DIGEST sym; member in union:trunks::TPMU_PUBLIC_ID
1568 TPM2B_SYM_KEY sym; member in union:trunks::TPMU_SENSITIVE_COMPOSITE

Completed in 127 milliseconds