Searched refs:srcId (Results 1 – 3 of 3) sorted by relevance
39 android.hardware.HardwareBuffer allocateLinearBuffer(in int size, in int srcId); in allocateLinearBuffer() argument40 …t width, in int height, in android.hardware.graphics.common.PixelFormat colorFormat, in int srcId); in allocateGraphicBuffer() argument
54 HardwareBuffer allocateLinearBuffer(in int size, in int srcId); in allocateLinearBuffer() argument84 in int width, in int height, in PixelFormat colorFormat, in int srcId); in allocateGraphicBuffer() argument
251 for (const auto srcId : route.sourcePortIds) { in getConnectedSourceDevicesPortsForMixPort() local252 if (connectedSourceDevicePorts.count(srcId) != 0) { in getConnectedSourceDevicesPortsForMixPort()253 const auto devicePortIt = findById<AudioPort>(mPorts, srcId); in getConnectedSourceDevicesPortsForMixPort()