OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPanicThreshold
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/common_time/
common_time_config_service.cpp
92
status_t CommonTimeConfigService::
getPanicThreshold
(int *threshold) {
93
return mTimeServer.
getPanicThreshold
(threshold);
common_time_server_api.cpp
223
status_t CommonTimeServer::
getPanicThreshold
(int *threshold) {
/frameworks/av/media/common_time/
ICommonTimeConfig.cpp
246
virtual status_t
getPanicThreshold
(int *threshold) {
463
status_t status =
getPanicThreshold
(&threshold);
/frameworks/base/core/java/android/os/
CommonTimeConfig.java
292
public int
getPanicThreshold
()
Completed in 25 milliseconds