Home
last modified time | relevance | path

Searched defs:halCmd (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/interfaces/audio/effect/all-versions/default/
H A DEffect.cpp493 uint32_t halCmd = featureId; in getCurrentConfigImpl() local
531 uint32_t halCmd[2] = {featureId, maxConfigs}; in getSupportedConfigsImpl() local
847 std::vector<uint32_t> halCmd( in setAuxChannelsConfig() local
958 std::vector<uint32_t> halCmd(alignedSizeIn<uint32_t>(sizeof(uint32_t) + configData.size()), 0); in setCurrentConfigForFeature() local
/aosp_15_r20/device/google/contexthub/firmware/os/core/
DhostIntf.c1239 const struct NanohubHalLegacyCommand *halCmd = nanohubHalLegacyFindCommand(halData[0]); in handleLegacyHalCmd() local
1254 const struct NanohubHalCommand *halCmd; in onEvtAppFromHostChre() local
/aosp_15_r20/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c366 int halCmd(uint8_t cmd, char *arg) in halCmd() function