Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DDeviceHalLocal.cpp118 int openResut = mDev->open_output_stream( in openOutputStream() local
120 if (openResut == OK) { in openOutputStream()
123 ALOGV("open_output_stream status %d stream %p", openResut, halStream); in openOutputStream()
124 return openResut; in openOutputStream()