Searched defs:halCmd (Results 1 – 3 of 3) sorted by relevance
493 uint32_t halCmd = featureId; in getCurrentConfigImpl() local531 uint32_t halCmd[2] = {featureId, maxConfigs}; in getSupportedConfigsImpl() local847 std::vector<uint32_t> halCmd( in setAuxChannelsConfig() local958 std::vector<uint32_t> halCmd(alignedSizeIn<uint32_t>(sizeof(uint32_t) + configData.size()), 0); in setCurrentConfigForFeature() local
1239 const struct NanohubHalLegacyCommand *halCmd = nanohubHalLegacyFindCommand(halData[0]); in handleLegacyHalCmd() local1254 const struct NanohubHalCommand *halCmd; in onEvtAppFromHostChre() local
366 int halCmd(uint8_t cmd, char *arg) in halCmd() function