Searched refs:sidebandStream (Results 1 – 15 of 15) sorted by relevance
111 native_handle_t* sidebandStream = nullptr; in openStream() local115 sidebandStream = stream.sideband_stream_source_handle; in openStream()126 cb(res, sidebandStream); in openStream()
62 * @return sidebandStream handle for sideband stream.66 generates (Result result, handle sidebandStream);
47 @nullable android.hardware.common.NativeHandle sidebandStream;
151 @nullable NativeHandle sidebandStream;
148 const native_handle_t* sidebandStream; member
78 const AidlNativeHandle& sidebandStream);
161 DISPATCH_LAYER_COMMAND(display, command, sidebandStream, SidebandStream); in dispatchLayerCommand()423 const AidlNativeHandle& sidebandStream) { in executeSetLayerSidebandStream() argument424 buffer_handle_t handle = ::android::makeFromAidl(sidebandStream); in executeSetLayerSidebandStream()
42 * producer side is configured with the returned @p sidebandStream passed
200 getLayerCommand(display, layer).sidebandStream.emplace(std::move(handle)); in setLayerSidebandStream()
1442 output << " Stream: " << hwcLayer.sidebandStream << '\n'; in to_string()2177 hwc1Layer.sidebandStream = mSidebandStream; in applySidebandState()
1543 output << " Stream: " << hwcLayer.sidebandStream << '\n'; in to_string()2274 hwc1Layer.sidebandStream = mSidebandStream.getPendingValue(); in applySidebandState()