Home
last modified time | relevance | path

Searched defs:NativeVideoHelper (Results 1 – 8 of 8) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/attachments/
H A Dpreview_android.go15 basename string, nvh types.NativeVideoHelper) (res *PreviewRes, err error) {
H A Dpreview_dummy.go14 basename string, nvh types.NativeVideoHelper) (*PreviewRes, error) {
H A Dpreview_darwin.go78 basename string, nvh types.NativeVideoHelper) (res *PreviewRes, err error) {
H A Dpreprocess.go215 nvh types.NativeVideoHelper, callerPreview *chat1.MakePreviewRes) (p Preprocess, err error) {
H A Dpreview.go68 basename string, nvh types.NativeVideoHelper) (res *PreviewRes, err error) {
/dports/security/keybase/client-v5.7.1/go/bind/
H A Dkeybase.go56 type NativeVideoHelper interface { interface
95 func newVideoHelper(nvh NativeVideoHelper) videoHelper {
153 accessGroupOverride bool, dnsNSFetcher ExternalDNSNSFetcher, nvh NativeVideoHelper,
164 accessGroupOverride bool, externalDNSNSFetcher ExternalDNSNSFetcher, nvh NativeVideoHelper,
/dports/security/keybase/client-v5.7.1/go/chat/globals/
H A Dglobals.go33 NativeVideoHelper types.NativeVideoHelper // connection to native for doing things with video member
/dports/security/keybase/client-v5.7.1/go/chat/types/
H A Dinterfaces.go445 type NativeVideoHelper interface { interface