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
24
typedef int (*
WebRtc_CPUInfo
)(CPUFeature feature);
26
extern
WebRtc_CPUInfo
WebRtc_GetCPUInfo;
28
extern
WebRtc_CPUInfo
WebRtc_GetCPUInfoNoASM;
/external/webrtc/src/system_wrappers/source/
cpu_features.cc
59
WebRtc_CPUInfo
WebRtc_GetCPUInfo = GetCPUInfo;
60
WebRtc_CPUInfo
WebRtc_GetCPUInfoNoASM = GetCPUInfoNoASM;
Completed in 764 milliseconds