Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiohal/impl/
H A DStreamHalLocal.cpp38 mStreamPowerLog.init(mStream->get_sample_rate(mStream), in StreamHalLocal()
93 mStreamPowerLog.dump(fd); in dump()
139 mStreamPowerLog.log(buffer, *written); in write()
393 mStreamPowerLog.log( buffer, *read); in read()
H A DStreamHalHidl.cpp61 mStreamPowerLog.init(config.sample_rate, config.channel_mask, config.format); in StreamHalHidl()
175 mStreamPowerLog.dump(fd); in dump()
431 mStreamPowerLog.log(buffer, *written); in write()
874 mStreamPowerLog.log(buffer, *read); in read()
H A DStreamHalLocal.h82 StreamPowerLog mStreamPowerLog; variable
H A DStreamHalHidl.h106 StreamPowerLog mStreamPowerLog; variable