Home
last modified time | relevance | path

Searched refs:filename (Results 1 – 15 of 15) sorted by relevance

/chre-3.4.0/platform/shared/
Dassert.cc23 void doAssert(const char *filename, size_t line) { in doAssert() argument
24 FATAL_ERROR("Assertion failure at %s:%zu", filename, line); in doAssert()
/chre-3.4.0/platform/linux/
Dassert.cc29 void doAssert(const char *filename, size_t line) { in doAssert() argument
30 LOGE("Assertion failure at %s:%zu", filename, line); in doAssert()
Dplatform_nanoapp.cc83 void PlatformNanoappBase::loadFromFile(const std::string &filename) { in loadFromFile() argument
85 mFilename = filename; in loadFromFile()
/chre-3.4.0/host/common/audio_stress_test/
Daudio_stress_test.cc80 void sendLoadNanoappRequest(SocketClient &client, const char *filename, in sendLoadNanoappRequest() argument
82 std::ifstream file(filename, std::ios::binary | std::ios::ate); in sendLoadNanoappRequest()
84 LOGE("Couldn't open file '%s': %s", filename, strerror(errno)); in sendLoadNanoappRequest()
/chre-3.4.0/platform/linux/include/chre/target_platform/
Dplatform_nanoapp_base.h43 void loadFromFile(const std::string &filename);
/chre-3.4.0/platform/slpi/
Dplatform_nanoapp.cc197 char filename[kMaxFilenameLen]; in openNanoappFromBuffer() local
198 snprintf(filename, sizeof(filename), "%016" PRIx64, mExpectedAppId); in openNanoappFromBuffer()
200 mDsoHandle = dlopenbuf(filename, static_cast<const char *>(mAppBinary), in openNanoappFromBuffer()
/chre-3.4.0/host/common/test/
Dchre_test_client.cc185 bool readFileContents(const char *filename, std::vector<uint8_t> *buffer) { in readFileContents() argument
187 std::ifstream file(filename, std::ios::binary | std::ios::ate); in readFileContents()
189 LOGE("Couldn't open file '%s': %d (%s)", filename, errno, strerror(errno)); in readFileContents()
196 LOGE("Couldn't read from file '%s': %d (%s)", filename, errno, in readFileContents()
249 void sendLoadNanoappRequest(SocketClient &client, const char *filename, in sendLoadNanoappRequest() argument
253 if (readFileContents(filename, &buffer)) { in sendLoadNanoappRequest()
/chre-3.4.0/host/common/
Ddaemon_base.cc208 bool ChreDaemonBase::readFileContents(const char *filename, in readFileContents() argument
211 std::ifstream file(filename, std::ios::binary | std::ios::ate); in readFileContents()
213 LOGE("Couldn't open file '%s': %d (%s)", filename, errno, strerror(errno)); in readFileContents()
220 LOGE("Couldn't read from file '%s': %d (%s)", filename, errno, in readFileContents()
/chre-3.4.0/platform/include/chre/platform/
Dassert.h92 void doAssert(const char *filename, size_t line);
/chre-3.4.0/host/common/include/chre_host/
Ddaemon_base.h80 static bool readFileContents(const char *filename,
/chre-3.4.0/host/common/test/power_test/
Dchre_power_test_client.cc346 bool sendLoadNanoappRequest(SocketClient &client, const char *filename, in sendLoadNanoappRequest() argument
349 std::ifstream file(filename, std::ios::binary | std::ios::ate); in sendLoadNanoappRequest()
351 LOGE("Couldn't open file '%s': %s", filename, strerror(errno)); in sendLoadNanoappRequest()
390 const char *filename, uint64_t appId, uint32_t appVersion, in loadNanoapp() argument
392 if (!sendLoadNanoappRequest(client, filename, appId, appVersion, apiVersion, in loadNanoapp()
/chre-3.4.0/chpp/api_parser/
Dchre_api_to_chpp.py831 filename = self.service_name + "_types.h"
833 print("Generating {} ... ".format(filename), end='', flush=True)
834 output_file = os.path.join(system_chre_abs_path(), CHPP_PARSER_INCLUDE_PATH, filename)
866 filename = self.service_name + "_convert.c"
868 print("Generating {} ... ".format(filename), end='', flush=True)
870 output_file = os.path.join(system_chre_abs_path(), CHPP_PARSER_SOURCE_PATH, filename)
DREADME.md80 "filename": "chre_api/include/chre_api/chre/wwan.h",
/chre-3.4.0/platform/shared/idl/
Dhost_messages.fbs109 /// 2. CHRE stores the filename and waits until its event loop is able to
/chre-3.4.0/doc/
Dnanoapp_developer_guide.md58 * `NANOAPP_NAME`: sets the output filename of the binary