Home
last modified time | relevance | path

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

/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc483 const string kSdspPath = "vendor/dsp/sdsp/" + name; in searchPath() local
489 } else if (stat(kSdspPath.c_str(), &buf) == 0) { in searchPath()
490 return kSdspPath; in searchPath()