Searched refs:HRESULT (Results 1 - 25 of 530) sorted by relevance

1234567891011>>

/external/lzma/CPP/Common/
H A DMyException.h10 HRESULT ErrorCode;
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {}
/external/chromium_org/remoting/tools/winext/manifest/
H A Drdp.h206 HRESULT OnConnecting();
207 HRESULT OnConnected();
208 HRESULT OnLoginComplete();
209 HRESULT OnDisconnected(long discReason);
210 HRESULT OnEnterFullScreenMode();
211 HRESULT OnLeaveFullScreenMode();
212 HRESULT OnChannelReceivedData(BSTR chanName, BSTR data);
213 HRESULT OnRequestGoFullScreen();
214 HRESULT OnRequestLeaveFullScreen();
215 HRESULT OnFatalErro
[all...]
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPI_v7_9.h52 virtual HRESULT Open (/* in */ BMDTimeScale timeScale, /* in */ BMDTimeValue timeValue, /* in */ bool timecodeIsDropFrame, /* out */ BMDDeckControlError *error) = 0;
53 virtual HRESULT Close (/* in */ bool standbyOn) = 0;
54 virtual HRESULT GetCurrentState (/* out */ BMDDeckControlMode *mode, /* out */ BMDDeckControlVTRControlState *vtrControlState, /* out */ BMDDeckControlStatusFlags *flags) = 0;
55 virtual HRESULT SetStandby (/* in */ bool standbyOn) = 0;
56 virtual HRESULT Play (/* out */ BMDDeckControlError *error) = 0;
57 virtual HRESULT Stop (/* out */ BMDDeckControlError *error) = 0;
58 virtual HRESULT TogglePlayStop (/* out */ BMDDeckControlError *error) = 0;
59 virtual HRESULT Eject (/* out */ BMDDeckControlError *error) = 0;
60 virtual HRESULT GoToTimecode (/* in */ BMDTimecodeBCD timecode, /* out */ BMDDeckControlError *error) = 0;
61 virtual HRESULT FastForwar
[all...]
H A DDeckLinkAPI_v9_9.h48 virtual HRESULT DoesSupportVideoMode (/* in */ BMDDisplayMode displayMode, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDVideoOutputFlags flags, /* out */ BMDDisplayModeSupport *result, /* out */ IDeckLinkDisplayMode **resultDisplayMode) = 0;
49 virtual HRESULT GetDisplayModeIterator (/* out */ IDeckLinkDisplayModeIterator **iterator) = 0;
51 virtual HRESULT SetScreenPreviewCallback (/* in */ IDeckLinkScreenPreviewCallback *previewCallback) = 0;
55 virtual HRESULT EnableVideoOutput (/* in */ BMDDisplayMode displayMode, /* in */ BMDVideoOutputFlags flags) = 0;
56 virtual HRESULT DisableVideoOutput (void) = 0;
58 virtual HRESULT SetVideoOutputFrameMemoryAllocator (/* in */ IDeckLinkMemoryAllocator *theAllocator) = 0;
59 virtual HRESULT CreateVideoFrame (/* in */ int32_t width, /* in */ int32_t height, /* in */ int32_t rowBytes, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDFrameFlags flags, /* out */ IDeckLinkMutableVideoFrame **outFrame) = 0;
60 virtual HRESULT CreateAncillaryData (/* in */ BMDPixelFormat pixelFormat, /* out */ IDeckLinkVideoFrameAncillary **outBuffer) = 0;
62 virtual HRESULT DisplayVideoFrameSync (/* in */ IDeckLinkVideoFrame *theFrame) = 0;
63 virtual HRESULT ScheduleVideoFram
[all...]
H A DDeckLinkAPI_v9_2.h46 virtual HRESULT DoesSupportVideoMode (/* in */ BMDDisplayMode displayMode, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDVideoInputFlags flags, /* out */ BMDDisplayModeSupport *result, /* out */ IDeckLinkDisplayMode **resultDisplayMode) = 0;
47 virtual HRESULT GetDisplayModeIterator (/* out */ IDeckLinkDisplayModeIterator **iterator) = 0;
49 virtual HRESULT SetScreenPreviewCallback (/* in */ IDeckLinkScreenPreviewCallback *previewCallback) = 0;
53 virtual HRESULT EnableVideoInput (/* in */ BMDDisplayMode displayMode, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDVideoInputFlags flags) = 0;
54 virtual HRESULT DisableVideoInput (void) = 0;
55 virtual HRESULT GetAvailableVideoFrameCount (/* out */ uint32_t *availableFrameCount) = 0;
59 virtual HRESULT EnableAudioInput (/* in */ BMDAudioSampleRate sampleRate, /* in */ BMDAudioSampleType sampleType, /* in */ uint32_t channelCount) = 0;
60 virtual HRESULT DisableAudioInput (void) = 0;
61 virtual HRESULT GetAvailableAudioSampleFrameCount (/* out */ uint32_t *availableSampleFrameCount) = 0;
65 virtual HRESULT StartStream
[all...]
H A DDeckLinkAPI_v8_1.h58 virtual HRESULT TimecodeUpdate (/* in */ BMDTimecodeBCD currentTimecode) = 0;
59 virtual HRESULT VTRControlStateChanged (/* in */ BMDDeckControlVTRControlState_v8_1 newState, /* in */ BMDDeckControlError error) = 0;
60 virtual HRESULT DeckControlEventReceived (/* in */ BMDDeckControlEvent event, /* in */ BMDDeckControlError error) = 0;
61 virtual HRESULT DeckControlStatusChanged (/* in */ BMDDeckControlStatusFlags flags, /* in */ uint32_t mask) = 0;
72 virtual HRESULT Open (/* in */ BMDTimeScale timeScale, /* in */ BMDTimeValue timeValue, /* in */ bool timecodeIsDropFrame, /* out */ BMDDeckControlError *error) = 0;
73 virtual HRESULT Close (/* in */ bool standbyOn) = 0;
74 virtual HRESULT GetCurrentState (/* out */ BMDDeckControlMode *mode, /* out */ BMDDeckControlVTRControlState_v8_1 *vtrControlState, /* out */ BMDDeckControlStatusFlags *flags) = 0;
75 virtual HRESULT SetStandby (/* in */ bool standbyOn) = 0;
76 virtual HRESULT SendCommand (/* in */ uint8_t *inBuffer, /* in */ uint32_t inBufferSize, /* out */ uint8_t *outBuffer, /* out */ uint32_t *outDataSize, /* in */ uint32_t outBufferSize, /* out */ BMDDeckControlError *error) = 0;
77 virtual HRESULT Pla
[all...]
H A DDeckLinkAPI_v7_3.h59 virtual HRESULT DoesSupportVideoMode (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat, /* out */ BMDDisplayModeSupport *result) = 0;
60 virtual HRESULT GetDisplayModeIterator (/* out */ IDeckLinkDisplayModeIterator_v7_6 **iterator) = 0;
62 virtual HRESULT SetScreenPreviewCallback (/* in */ IDeckLinkScreenPreviewCallback *previewCallback) = 0;
66 virtual HRESULT EnableVideoOutput (BMDDisplayMode displayMode, BMDVideoOutputFlags flags) = 0;
67 virtual HRESULT DisableVideoOutput (void) = 0;
69 virtual HRESULT SetVideoOutputFrameMemoryAllocator (/* in */ IDeckLinkMemoryAllocator *theAllocator) = 0;
70 virtual HRESULT CreateVideoFrame (int32_t width, int32_t height, int32_t rowBytes, BMDPixelFormat pixelFormat, BMDFrameFlags flags, /* out */ IDeckLinkMutableVideoFrame_v7_6 **outFrame) = 0;
71 virtual HRESULT CreateAncillaryData (BMDPixelFormat pixelFormat, /* out */ IDeckLinkVideoFrameAncillary **outBuffer) = 0;
73 virtual HRESULT DisplayVideoFrameSync (/* in */ IDeckLinkVideoFrame_v7_6 *theFrame) = 0;
74 virtual HRESULT ScheduleVideoFram
[all...]
H A DDeckLinkAPIDeckControl.h155 virtual HRESULT TimecodeUpdate (/* in */ BMDTimecodeBCD currentTimecode) = 0;
156 virtual HRESULT VTRControlStateChanged (/* in */ BMDDeckControlVTRControlState newState, /* in */ BMDDeckControlError error) = 0;
157 virtual HRESULT DeckControlEventReceived (/* in */ BMDDeckControlEvent event, /* in */ BMDDeckControlError error) = 0;
158 virtual HRESULT DeckControlStatusChanged (/* in */ BMDDeckControlStatusFlags flags, /* in */ uint32_t mask) = 0;
169 virtual HRESULT Open (/* in */ BMDTimeScale timeScale, /* in */ BMDTimeValue timeValue, /* in */ bool timecodeIsDropFrame, /* out */ BMDDeckControlError *error) = 0;
170 virtual HRESULT Close (/* in */ bool standbyOn) = 0;
171 virtual HRESULT GetCurrentState (/* out */ BMDDeckControlMode *mode, /* out */ BMDDeckControlVTRControlState *vtrControlState, /* out */ BMDDeckControlStatusFlags *flags) = 0;
172 virtual HRESULT SetStandby (/* in */ bool standbyOn) = 0;
173 virtual HRESULT SendCommand (/* in */ uint8_t *inBuffer, /* in */ uint32_t inBufferSize, /* out */ uint8_t *outBuffer, /* out */ uint32_t *outDataSize, /* in */ uint32_t outBufferSize, /* out */ BMDDeckControlError *error) = 0;
174 virtual HRESULT Pla
[all...]
H A DDeckLinkAPI_v7_6.h92 virtual HRESULT ScheduledFrameCompleted (/* in */ IDeckLinkVideoFrame_v7_6 *completedFrame, /* in */ BMDOutputFrameCompletionResult result) = 0;
93 virtual HRESULT ScheduledPlaybackHasStopped (void) = 0;
105 virtual HRESULT VideoInputFormatChanged (/* in */ BMDVideoInputFormatChangedEvents notificationEvents, /* in */ IDeckLinkDisplayMode_v7_6 *newDisplayMode, /* in */ BMDDetectedVideoInputFormatFlags detectedSignalFlags) = 0;
106 virtual HRESULT VideoInputFrameArrived (/* in */ IDeckLinkVideoInputFrame_v7_6* videoFrame, /* in */ IDeckLinkAudioInputPacket* audioPacket) = 0;
118 virtual HRESULT Next (/* out */ IDeckLinkDisplayMode_v7_6 **deckLinkDisplayMode) = 0;
130 virtual HRESULT GetName (/* out */ CFStringRef *name) = 0;
134 virtual HRESULT GetFrameRate (/* out */ BMDTimeValue *frameDuration, /* out */ BMDTimeScale *timeScale) = 0;
147 virtual HRESULT DoesSupportVideoMode (/* in */ BMDDisplayMode displayMode, /* in */ BMDPixelFormat pixelFormat, /* out */ BMDDisplayModeSupport *result) = 0;
148 virtual HRESULT GetDisplayModeIterator (/* out */ IDeckLinkDisplayModeIterator_v7_6 **iterator) = 0;
150 virtual HRESULT SetScreenPreviewCallbac
[all...]
/external/chromium_org/cloud_print/service/win/
H A Dinstaller.h13 HRESULT ProcessInstallerSwitches();
/external/lzma/CPP/7zip/Common/
H A DStreamUtils.h8 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *size);
9 HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size);
10 HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t size);
11 HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size_t size);
/external/chromium_org/win8/metro_driver/
H A Ddevices_handler.cc18 HRESULT DevicesHandler::Initialize(winui::Core::ICoreWindow* window) {
19 HRESULT hr = print_handler_.Initialize(window);
/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.h8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
H A DOpenArchive.h15 HRESULT GetArchiveItemBoolProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result);
16 HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bool &result);
31 HRESULT GetItemPath(UInt32 index, UString &result) const;
32 HRESULT GetItemMTime(UInt32 index, FILETIME &ft, bool &defined) const;
33 HRESULT IsItemAnti(UInt32 index, bool &result) const
36 HRESULT OpenStream(
43 HRESULT OpenStreamOrFile(
59 HRESULT Close();
65 HRESULT Open(
73 HRESULT Open
[all...]
H A DUpdateCallback.h16 virtual HRESULT SetTotal(UInt64 size) x; \
17 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
18 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x; \
19 virtual HRESULT CheckBreak() x; \
20 virtual HRESULT Finilize() x; \
21 virtual HRESULT SetNumFiles(UInt64 numFiles) x; \
22 virtual HRESULT GetStream(const wchar_t *name, bool isAnti) x; \
23 virtual HRESULT OpenFileError(const wchar_t *name, DWORD systemError) x; \
24 virtual HRESULT SetOperationResult(Int32 operationResult) x; \
25 virtual HRESULT CryptoGetTextPassword
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.h44 HRESULT Create(HKEY parent_key, const wchar_t* key_name);
46 HRESULT Create(HKEY parent_key,
55 HRESULT Open(HKEY parent_key, const wchar_t* key_name);
57 HRESULT Open(HKEY parent_key, const wchar_t* key_name, REGSAM sam_desired);
60 HRESULT Close();
76 HRESULT GetValueNameAt(int index, std::wstring* value_name, DWORD* type);
90 HRESULT GetSubkeyNameAt(int index, std::wstring* key_name);
95 HRESULT SetValue(const wchar_t* value_name, DWORD value) const;
98 HRESULT SetValue(const wchar_t* value_name, DWORD64 value) const;
101 HRESULT SetValu
[all...]
H A Dwinfirewall.h16 typedef long HRESULT; // Can't forward declare typedef, but don't need all win typedef
34 bool Initialize(HRESULT* result);
42 bool authorized, HRESULT* result);
44 bool authorized, HRESULT* result);
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkIStream.h33 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid
40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
42 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
48 virtual HRESULT STDMETHODCALLTYPE SetSize(ULARGE_INTEGER);
50 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*
55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
57 virtual HRESULT STDMETHODCALLTYPE Revert(void);
59 virtual HRESULT STDMETHODCALLTYPE LockRegion(ULARGE_INTEGER
63 virtual HRESULT STDMETHODCALLTYPE UnlockRegion(ULARGE_INTEGER
67 virtual HRESULT STDMETHODCALLTYP
[all...]
/external/skia/include/utils/win/
H A DSkIStream.h33 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid
40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
42 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
48 virtual HRESULT STDMETHODCALLTYPE SetSize(ULARGE_INTEGER);
50 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*
55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
57 virtual HRESULT STDMETHODCALLTYPE Revert(void);
59 virtual HRESULT STDMETHODCALLTYPE LockRegion(ULARGE_INTEGER
63 virtual HRESULT STDMETHODCALLTYPE UnlockRegion(ULARGE_INTEGER
67 virtual HRESULT STDMETHODCALLTYP
[all...]
/external/lzma/CPP/7zip/Archive/Common/
H A DParseProperties.h9 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
10 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize);
11 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
14 HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value);
16 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads);
/external/lzma/CPP/7zip/UI/Console/
H A DOpenCallbackConsole.cpp10 HRESULT COpenCallbackConsole::Open_CheckBreak()
17 HRESULT COpenCallbackConsole::Open_SetTotal(const UInt64 *, const UInt64 *)
22 HRESULT COpenCallbackConsole::Open_SetCompleted(const UInt64 *, const UInt64 *)
29 HRESULT COpenCallbackConsole::Open_CryptoGetTextPassword(BSTR *password)
41 HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(UString &password)
/external/chromium_org/base/win/
H A Devent_trace_controller.h54 HRESULT SetLoggerName(const wchar_t* logger_name);
60 HRESULT SetLoggerFileName(const wchar_t* logger_file_name);
93 HRESULT Start(const wchar_t* session_name, EtwTraceProperties* prop);
96 HRESULT StartFileSession(const wchar_t* session_name,
101 HRESULT StartRealtimeSession(const wchar_t* session_name,
107 HRESULT EnableProvider(const GUID& provider, UCHAR level,
110 HRESULT DisableProvider(const GUID& provider);
114 HRESULT Stop(EtwTraceProperties* properties);
118 HRESULT Flush(EtwTraceProperties* properties);
122 static HRESULT Star
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
H A Ddirectx.h23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
27 #define S_OK (HRESULT)0x00000000L
31 #define SUCCEEDED(x) ((HRESULT)(x) >= 0)
34 #define FAILED(x) ((HRESULT)(x)<0)
38 #define E_FAIL (HRESULT)0x80000008L
41 #define E_NOINTERFACE (HRESULT)0x80004002L
44 #define E_OUTOFMEMORY (HRESULT)0x8007000EL
47 #define E_INVALIDARG (HRESULT)0x80070057L
50 #define E_NOTIMPL (HRESULT)0x80004001L
53 #define REGDB_E_CLASSNOTREG (HRESULT)
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A Ddirectx.h23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
27 #define S_OK (HRESULT)0x00000000L
31 #define SUCCEEDED(x) ((HRESULT)(x) >= 0)
34 #define FAILED(x) ((HRESULT)(x)<0)
38 #define E_FAIL (HRESULT)0x80000008L
41 #define E_NOINTERFACE (HRESULT)0x80004002L
44 #define E_OUTOFMEMORY (HRESULT)0x8007000EL
47 #define E_INVALIDARG (HRESULT)0x80070057L
50 #define E_NOTIMPL (HRESULT)0x80004001L
53 #define REGDB_E_CLASSNOTREG (HRESULT)
[all...]
/external/chromium_org/third_party/iaccessible2/
H A Dia2_api_all.idl415 [propget] HRESULT relationType
424 [propget] HRESULT localizedRelationType
433 [propget] HRESULT nTargets
446 [propget] HRESULT target
465 [propget] HRESULT targets
588 HRESULT nActions
602 HRESULT doAction
617 [propget] HRESULT description
657 [propget] HRESULT keyBinding
673 [propget] HRESULT nam
[all...]

Completed in 1610 milliseconds

1234567891011>>