/chre-3.4.0/apps/test/common/proto/ |
D | Android.bp | 27 name: "chrecrossvalidation_sensor_java_proto", 39 name: "chrecrossvalidation_wifi_java_proto", 51 name: "chre_settings_test_java_proto", 63 name: "chre_audio_concurrency_test_java_proto", 79 name: "permission_test_java_proto", 91 name: "ping_test_java_proto", 103 name: "chre_stress_test_java_proto", 115 name: "chre_test_common_java_proto",
|
/chre-3.4.0/chpp/platform/linux/include/chpp/platform/ |
D | platform_log.h | 40 char name[16]; \ 41 pthread_getname_np(pthread_self(), name, 16); \ 43 __LINE__, name, ##__VA_ARGS__); \
|
/chre-3.4.0/apps/gnss_world/ |
D | gnss_world.cc | 116 const char *name; in handleTimerEvent() local 123 name = "location"; in handleTimerEvent() 129 name = "measurement"; in handleTimerEvent() 139 LOGI("%s timer event received, count %" PRIu32, name, timerCount); in handleTimerEvent() 141 LOGE("%s async result not received!", name); in handleTimerEvent() 178 const char *name = getNameStringFromRequestType(result->requestType); in handleGnssAsyncResult() local 204 LOGI("GNSS %s %s success", name, action); in handleGnssAsyncResult() 206 LOGE("GNSS %s %s failure: %" PRIu8, name, action, result->errorCode); in handleGnssAsyncResult() 210 LOGE("GNSS %s session %s request cookie mismatch", name, action); in handleGnssAsyncResult()
|
/chre-3.4.0/util/include/chre/util/ |
D | scope_timer_impl.h | 24 ScopeTimer::ScopeTimer(const char *name) in ScopeTimer() argument 25 : mName(name), mStartTime(SystemTime::getMonotonicTime()) {} in ScopeTimer()
|
D | scope_timer.h | 35 ScopeTimer(const char *name);
|
/chre-3.4.0/ |
D | Android.bp | 36 name: "system_chre_license", 48 name: "chre_client", 72 name: "chre_test_client", 91 name: "chre_power_test_client", 111 name: "audio_stress_test", 131 name: "android.hardware.contexthub@1.X-shared-impl", 146 name: "android.hardware.contexthub@1.0-impl.generic", 171 name: "android.hardware.contexthub@1.1-service.generic", 201 name: "android.hardware.contexthub@1.2-service.generic", 231 name: "chre_api", [all …]
|
D | bundle_chre.sh | 10 BRANCH=`git rev-parse --abbrev-ref --symbolic-full-name @{u}`
|
/chre-3.4.0/build/ |
D | tflm.mk | 24 TFLM_SRCS = $(shell find $(TFLM_PATH) \( -name '*.cc' -o -name '*.c' \))
|
/chre-3.4.0/host/common/test/ |
D | chre_test_client.cc | 102 LOGI(" Name: '%s'", getStringFromByteVector(rsp.name)); in handleHubInfoResponse() 289 static void usage(const std::string &name) { in usage() argument 295 name + in usage() 297 name + " load_with_header <nanoapp-header-path> <nanoapp-so-path>\n " + in usage() 298 name + " unload <nanoapp-id>\n " + name + " self_test\n"; in usage() 305 const std::string name{argv[argi++]}; in main() local 333 usage(name); in main() 352 usage(name); in main() 374 usage(name); in main() 393 usage(name); in main()
|
/chre-3.4.0/platform/shared/ |
D | nanoapp_loader.cc | 272 void *NanoappLoader::findExportedSymbol(const char *name) { in findExportedSymbol() argument 273 size_t nameLen = strlen(name); in findExportedSymbol() 276 strncmp(name, gExportedData[i].dataName, nameLen) == 0) { in findExportedSymbol() 281 LOGE("Unable to find %s", name); in findExportedSymbol() 321 void *NanoappLoader::findSymbolByName(const char *name) { in findSymbolByName() argument 328 if (strncmp(symbolName, name, strlen(name)) == 0) { in findSymbolByName() 370 const char *name = getSectionHeaderName(mSectionHeadersPtr[i].sh_name); in callInitArray() local 371 if (strncmp(name, kInitArrayName, strlen(kInitArrayName)) == 0) { in callInitArray() 456 const char *name = getSectionHeaderName(mSectionHeadersPtr[i].sh_name); in getSectionHeader() local 457 if (strncmp(name, headerName, strlen(headerName)) == 0) { in getSectionHeader() [all …]
|
/chre-3.4.0/host/common/test/power_test/ |
D | chre_power_test_client.cc | 222 bool wifiScanTypeMatch(const string &name, WifiScanType *scanType) { in wifiScanTypeMatch() argument 223 if (wifiScanTypeMap.find(name) != wifiScanTypeMap.end()) { in wifiScanTypeMatch() 224 *scanType = wifiScanTypeMap[name]; in wifiScanTypeMatch() 230 bool wifiRadioChainMatch(const string &name, WifiRadioChain *radioChain) { in wifiRadioChainMatch() argument 231 if (wifiRadioChainMap.find(name) != wifiRadioChainMap.end()) { in wifiRadioChainMatch() 232 *radioChain = wifiRadioChainMap[name]; in wifiRadioChainMatch() 238 bool wifiChannelSetMatch(const string &name, WifiChannelSet *channelSet) { in wifiChannelSetMatch() argument 239 if (wifiChannelSetMap.find(name) != wifiChannelSetMap.end()) { in wifiChannelSetMatch() 240 *channelSet = wifiChannelSetMap[name]; in wifiChannelSetMatch() 465 const string searchPath(const string &name) { in searchPath() argument [all …]
|
/chre-3.4.0/external/kiss_fft/ |
D | METADATA | 1 name: "Kiss FFT"
|
/chre-3.4.0/platform/shared/include/chre/platform/shared/ |
D | nanoapp_loader.h | 71 static void *findExportedSymbol(const char *name); 79 void *findSymbolByName(const char *name);
|
D | nanoapp_support_lib_dso.h | 94 const char *name; member
|
/chre-3.4.0/build/sys_support/qcom/ |
D | uimg_dl_ver.c | 47 char name[24]; member
|
/chre-3.4.0/platform/linux/ |
D | platform_nanoapp.cc | 61 return (mAppInfo != nullptr) ? mAppInfo->name : "Unknown"; in getAppName() 137 mAppInfo->name, mAppInfo->appId, mAppInfo->appVersion, in openNanoappFromFile()
|
/chre-3.4.0/host/common/ |
D | daemon_base.cc | 59 const std::string &name, in loadPreloadedNanoapp() argument 63 std::string headerFile = directory + "/" + name + ".napp_header"; in loadPreloadedNanoapp() 67 std::string nanoappFilename = name + ".so"; in loadPreloadedNanoapp() 71 LOGE("Failed to load nanoapp: '%s'", name.c_str()); in loadPreloadedNanoapp()
|
/chre-3.4.0/chpp/ |
D | Android.bp | 28 name: "chre_chpp_linux", 112 name: "chre_chpp_linux_tests", 133 name: "chre_chpp_convert_tests",
|
/chre-3.4.0/chpp/test/ |
D | transport_test.cpp | 751 static const char name[CHPP_SERVICE_NAME_MAX_LEN] = "WWAN"; in TEST_P() local 752 memcpy(&wwanServiceDescriptor.name, &name, in TEST_P() 753 sizeof(wwanServiceDescriptor.name)); in TEST_P() 761 EXPECT_EQ(std::memcmp(services[0].name, wwanServiceDescriptor.name, in TEST_P() 762 sizeof(wwanServiceDescriptor.name)), in TEST_P() 989 static const char name[CHPP_SERVICE_NAME_MAX_LEN] = "WWAN"; in TEST_F() local 990 memcpy(&wwanServiceDescriptor.name, &name, in TEST_F() 991 sizeof(wwanServiceDescriptor.name)); in TEST_F() 1072 static const char name[CHPP_SERVICE_NAME_MAX_LEN] = "WWAN"; in TEST_F() local 1073 memcpy(&wwanServiceDescriptor.name, &name, in TEST_F() [all …]
|
/chre-3.4.0/platform/freertos/ |
D | platform_nanoapp.cc | 103 return (mAppInfo != nullptr) ? mAppInfo->name : "Unknown"; in getAppName() 122 debugDump.print("%s (%s) @ build: %.*s", mAppInfo->name, mAppInfo->vendor, in logStateToBuffer() 249 mAppInfo->name, mAppInfo->appId, mAppInfo->appVersion, in verifyNanoappInfo()
|
/chre-3.4.0/platform/linux/include/chre/target_platform/ |
D | static_nanoapp_init.h | 44 appInfo.name = #appName; \
|
/chre-3.4.0/platform/freertos/include/chre/target_platform/ |
D | static_nanoapp_init.h | 44 appInfo.name = #appName; \
|
/chre-3.4.0/platform/zephyr/include/chre/target_platform/ |
D | static_nanoapp_init.h | 35 app_info.name = #app_name; \
|
/chre-3.4.0/platform/slpi/include/chre/target_platform/ |
D | static_nanoapp_init.h | 45 appInfo.name = #appName; \
|
/chre-3.4.0/chre_api/legacy/v1_2/chre/ |
D | audio.h | 114 const char *name; member
|