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

/frameworks/base/services/common_time/
H A Dcommon_time_config_service.cpp92 status_t CommonTimeConfigService::getPanicThreshold(int *threshold) { function in class:android::CommonTimeConfigService
93 return mTimeServer.getPanicThreshold(threshold);
H A Dcommon_time_server_api.cpp223 status_t CommonTimeServer::getPanicThreshold(int *threshold) { function in class:android::CommonTimeServer
/frameworks/av/media/common_time/
H A DICommonTimeConfig.cpp246 virtual status_t getPanicThreshold(int *threshold) { function in class:android::BpCommonTimeConfig
463 status_t status = getPanicThreshold(&threshold);
/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java292 public int getPanicThreshold() method in class:CommonTimeConfig

Completed in 720 milliseconds