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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DHwModule.h59 uint32_t getHalVersionMinor() const { return mHalVersion & 0xff; } function in class:android::HwModule
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp231 snprintf(buffer, SIZE, " - version: %u.%u\n", getHalVersionMajor(), getHalVersionMinor());

Completed in 32 milliseconds