Searched defs:setPanicThreshold (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/common_time/
H A Dcommon_time_config_service.cpp96 status_t CommonTimeConfigService::setPanicThreshold(int threshold) { function in class:android::CommonTimeConfigService
97 return mTimeServer.setPanicThreshold(threshold);
H A Dcommon_time_server_api.cpp229 status_t CommonTimeServer::setPanicThreshold(int threshold) { function in class:android::CommonTimeServer
/frameworks/av/media/common_time/
H A DICommonTimeConfig.cpp262 virtual status_t setPanicThreshold(int threshold) { function in class:android::BpCommonTimeConfig
474 status_t status = setPanicThreshold(threshold);
/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java308 public int setPanicThreshold(int threshold) { method in class:CommonTimeConfig

Completed in 1690 milliseconds