Home
last modified time | relevance | path

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

/frameworks/base/media/native/midi/
Damidi.cpp126 AMidiDeviceInfo *outDeviceInfoPtr) { in AMIDI_getDeviceInfo() argument
138 outDeviceInfoPtr->type = deviceInfo.getType(); in AMIDI_getDeviceInfo()
139 outDeviceInfoPtr->inputPortCount = deviceInfo.getInputPortNames().size(); in AMIDI_getDeviceInfo()
140 outDeviceInfoPtr->outputPortCount = deviceInfo.getOutputPortNames().size(); in AMIDI_getDeviceInfo()