Home
last modified time | relevance | path

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

/hardware/google/interfaces/image/aidl_api/google.hardware.image/current/google/hardware/image/
DIComponentCallback.aidl39 android.hardware.HardwareBuffer allocateLinearBuffer(in int size, in int srcId); in allocateLinearBuffer() argument
40 …t width, in int height, in android.hardware.graphics.common.PixelFormat colorFormat, in int srcId); in allocateGraphicBuffer() argument
/hardware/google/interfaces/image/google/hardware/image/
DIComponentCallback.aidl54 HardwareBuffer allocateLinearBuffer(in int size, in int srcId); in allocateLinearBuffer() argument
84 in int width, in int height, in PixelFormat colorFormat, in int srcId); in allocateGraphicBuffer() argument
/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp251 for (const auto srcId : route.sourcePortIds) { in getConnectedSourceDevicesPortsForMixPort() local
252 if (connectedSourceDevicePorts.count(srcId) != 0) { in getConnectedSourceDevicesPortsForMixPort()
253 const auto devicePortIt = findById<AudioPort>(mPorts, srcId); in getConnectedSourceDevicesPortsForMixPort()