OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moduleId
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/
vie_defines.h
100
inline int ChannelId(const int
moduleId
) {
101
return static_cast<int>(
moduleId
& 0xffff);
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
sink_filter_ds.h
38
CaptureInputPin(int32_t
moduleId
,
60
int32_t
moduleId
);
sink_filter_ds.cc
37
CaptureInputPin::CaptureInputPin (int32_t
moduleId
,
47
_moduleId=
moduleId
;
391
int32_t
moduleId
)
395
_moduleId(
moduleId
)
398
m_pInput = new CaptureInputPin(
moduleId
,NAME ("VideoCaptureInputPin"),
/external/chromium_org/third_party/webrtc/voice_engine/
voice_engine_defines.h
198
inline int VoEChannelId(int
moduleId
)
200
return (int) (
moduleId
& 0xffff);
/external/libpcap/msdos/
ndis2.c
502
result = MAC_DISPATCH(handle)->transmitChain (common.
moduleId
,
681
card->common, card->common->
moduleId
);
727
result = MAC_DISPATCH(handle)->request (common.
moduleId
, 0,
744
result = MAC_DISPATCH(handle)->request (common.
moduleId
, 0,
760
result = MAC_DISPATCH(handle)->request (common.
moduleId
, 0, 0, NULL,
785
result = MAC_DISPATCH(handle)->request (common.
moduleId
, 0, 0, 0,
831
DEBUG1 ("My module id: %d\n", common.
moduleId
);
832
DEBUG1 ("Handle id; %d\n", handle->common->
moduleId
);
ndis2.h
270
WORD
moduleId
;
Completed in 517 milliseconds