OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtc_CPUInfo
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/interface/
cpu_features_wrapper.h
34
typedef int (*
WebRtc_CPUInfo
)(CPUFeature feature);
36
extern
WebRtc_CPUInfo
WebRtc_GetCPUInfo;
38
extern
WebRtc_CPUInfo
WebRtc_GetCPUInfoNoASM;
/external/webrtc/src/system_wrappers/source/
cpu_features.cc
73
WebRtc_CPUInfo
WebRtc_GetCPUInfo = GetCPUInfo;
74
WebRtc_CPUInfo
WebRtc_GetCPUInfoNoASM = GetCPUInfoNoASM;
Completed in 75 milliseconds