HomeSort by relevance Sort by last modified time
    Searched defs:PVMFDurationInfoMessage (Results 1 - 2 of 2) sorted by null

  /external/opencore/pvmi/pvmf/include/
pvmf_duration_infomessage.h 30 class PVMFDurationInfoMessage : public PVMFDurationInfoMessageInterface
42 OSCL_IMPORT_REF PVMFDurationInfoMessage();
53 OSCL_IMPORT_REF PVMFDurationInfoMessage(uint32 aDuration, int32 aCode = 0, PVUuid aUuid = PVMFDurationInfoMessageInterfaceUUID);
81 OSCL_IMPORT_REF virtual ~PVMFDurationInfoMessage();
  /external/opencore/pvmi/pvmf/src/
pvmf_duration_infomessage.cpp 22 OSCL_EXPORT_REF PVMFDurationInfoMessage::PVMFDurationInfoMessage() :
29 OSCL_EXPORT_REF PVMFDurationInfoMessage::PVMFDurationInfoMessage(uint32 aDuration, int32 aCode, PVUuid aUuid) :
38 OSCL_EXPORT_REF PVMFDurationInfoMessage::~PVMFDurationInfoMessage()
43 OSCL_EXPORT_REF void PVMFDurationInfoMessage::destroy()
48 OSCL_EXPORT_REF void PVMFDurationInfoMessage::SetEventCodeUUID(int32 aCode, PVUuid aUuid)
55 OSCL_EXPORT_REF void PVMFDurationInfoMessage::GetCodeUUID(int32& aCode, PVUuid& aUuid)
62 OSCL_EXPORT_REF uint32 PVMFDurationInfoMessage::GetDuration(
    [all...]

Completed in 797 milliseconds