Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h61 uint32_t getHalVersionMinor() const { return mHalVersion & 0xff; } in getHalVersionMinor() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp230 snprintf(buffer, SIZE, " - version: %u.%u\n", getHalVersionMajor(), getHalVersionMinor()); in dump()