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

/frameworks/base/media/native/midi/
H A Dmidi.h124 * inputPortPtr Receives the native API port identifier of the opened port.
128 status_t AMIDI_openInputPort(AMIDI_Device *device, int portNumber, AMIDI_InputPort **inputPortPtr);
H A Dmidi.cpp209 status_t AMIDI_openInputPort(AMIDI_Device *device, int portNumber, AMIDI_InputPort **inputPortPtr) { argument
210 return AMIDI_openPort(device, portNumber, PORTTYPE_INPUT, (AMIDI_Port**)inputPortPtr);

Completed in 175 milliseconds