class NotificationHandler

Defined at line 104 of file ../../src/graphics/magma/include/lib/magma_service/msd.h

Implemented by sys_driver. This class is used to call into sys_driver to notify it of operations

it needs to handle.

Public Methods

void NotificationChannelSend (cpp20::span<uint8_t> data)
void ContextKilled ()
void PerformanceCounterReadCompleted (const PerfCounterResult & result)
async_dispatcher_t * GetAsyncDispatcher ()

Returns an async_dispatcher_t that runs commands serialized with this

Connection. This dispatcher will be shut down before the Connection is

destroyed.