Home
last modified time | relevance | path

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

/frameworks/base/media/native/midi/
Damidi.cpp132 Status txResult = device->server->getDeviceInfo(&deviceInfo); in AMIDI_getDeviceInfo() local
133 if (!txResult.isOk()) { in AMIDI_getDeviceInfo()
134 ALOGE("AMIDI_getDeviceInfo transaction error: %d", txResult.transactionError()); in AMIDI_getDeviceInfo()
252 Status txResult = type == PORTTYPE_OUTPUT in AMIDI_openPort() local
255 if (!txResult.isOk()) { in AMIDI_openPort()
256 ALOGE("AMIDI_openPort transaction error: %d", txResult.transactionError()); in AMIDI_openPort()
283 Status txResult = port->device->server->closePort(port->binderToken); in AMIDI_closePort() local
284 if (!txResult.isOk()) { in AMIDI_closePort()
285 ALOGE("Transaction error closing MIDI port:%d", txResult.transactionError()); in AMIDI_closePort()