Is the device set to use hardware processing.
| 133 | |
| 134 | /// Is the device set to use hardware processing. |
| 135 | bool getUseHardware() const { return mUseHardware; } |
| 136 | |
| 137 | /// The maximum number of playback buffers this device will use. |
| 138 | S32 getMaxBuffers() const { return mMaxBuffers; } |
no outgoing calls
no test coverage detected