Searched refs:setPanicThreshold (Results 1 - 7 of 7) 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_config_service.h46 virtual status_t setPanicThreshold(int threshold);
H A Dcommon_time_server.h72 status_t setPanicThreshold(int threshold);
H A Dcommon_time_server_api.cpp229 status_t CommonTimeServer::setPanicThreshold(int threshold) { function in class:android::CommonTimeServer
/frameworks/av/include/common_time/
H A DICommonTimeConfig.h51 virtual status_t setPanicThreshold(int threshold) = 0;
/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java308 public int setPanicThreshold(int threshold) { method in class:CommonTimeConfig
/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);

Completed in 1109 milliseconds