HomeSort by relevance Sort by last modified time
    Searched refs:resultPort (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/audio/2.0/
IDevice.hal 182 * As output, 'resultPort' contains possible attributes (sampling rates,
187 * @return resultPort port descriptor with all parameters filled up.
190 generates (Result retval, AudioPort resultPort);
  /hardware/interfaces/audio/4.0/
IDevice.hal 184 * As output, 'resultPort' contains possible attributes (sampling rates,
189 * @return resultPort port descriptor with all parameters filled up.
192 generates (Result retval, AudioPort resultPort);
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Device.impl.h 245 AudioPort resultPort = port;
247 HidlUtils::audioPortFromHal(halPort, &resultPort);
249 _hidl_cb(retval, resultPort);

Completed in 78 milliseconds