Home
last modified time | relevance | path

Searched refs:setPanicThreshold (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/common_time/
Dcommon_time_config_service.cpp96 status_t CommonTimeConfigService::setPanicThreshold(int threshold) { in setPanicThreshold() function in android::CommonTimeConfigService
97 return mTimeServer.setPanicThreshold(threshold); in setPanicThreshold()
Dcommon_time_config_service.h46 virtual status_t setPanicThreshold(int threshold);
Dcommon_time_server.h72 status_t setPanicThreshold(int threshold);
Dcommon_time_server_api.cpp229 status_t CommonTimeServer::setPanicThreshold(int threshold) { in setPanicThreshold() function in android::CommonTimeServer
/frameworks/av/include/common_time/
DICommonTimeConfig.h51 virtual status_t setPanicThreshold(int threshold) = 0;
/frameworks/base/core/java/android/os/
DCommonTimeConfig.java307 public int setPanicThreshold(int threshold) { in setPanicThreshold() method in CommonTimeConfig
/frameworks/av/media/common_time/
DICommonTimeConfig.cpp262 virtual status_t setPanicThreshold(int threshold) { in setPanicThreshold() function in android::BpCommonTimeConfig
474 status_t status = setPanicThreshold(threshold); in onTransact()