OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setPanicThreshold
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/common_time/
common_time_config_service.cpp
96
status_t CommonTimeConfigService::
setPanicThreshold
(int threshold) {
97
return mTimeServer.
setPanicThreshold
(threshold);
common_time_server_api.cpp
229
status_t CommonTimeServer::
setPanicThreshold
(int threshold) {
/frameworks/av/media/common_time/
ICommonTimeConfig.cpp
262
virtual status_t
setPanicThreshold
(int threshold) {
474
status_t status =
setPanicThreshold
(threshold);
/frameworks/base/core/java/android/os/
CommonTimeConfig.java
308
public int
setPanicThreshold
(int threshold) {
Completed in 53 milliseconds