RDK Documentation (Open Sourced RDK Components)
|
class to DRM Event handle More...
#include <opencdmsessionadapter.h>
Public Member Functions | |
bool | wait (const uint32_t waitTime) |
void | signal () |
Event (const char *eventName) | |
Protected Member Functions | |
rtString | name () const |
rtObjectRef | object () const |
Event (rtObjectRef o) | |
Protected Attributes | |
rtObjectRef | m_object |
Private Attributes | |
bool | signalled |
pthread_mutex_t | lock |
pthread_cond_t | condition |
pthread_condattr_t | condAttr |
Friends | |
class | EventEmitter |
class to DRM Event handle
Definition at line 24 of file opencdmsessionadapter.h.