Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/profiling/client/src/
H A DConnectionAcknowledgedCommandHandler.cpp51 if (m_BackendProfilingContext.has_value()) in operator ()()
53 for (auto backendContext : m_BackendProfilingContext.value()) in operator ()()
H A DConnectionAcknowledgedCommandHandler.hpp48 , m_BackendProfilingContext(backendProfilingContexts) in ConnectionAcknowledgedCommandHandler()
65 arm::pipe::Optional<BackendProfilingContexts> m_BackendProfilingContext; member in arm::pipe::ConnectionAcknowledgedCommandHandler