Searched refs:getPanicThreshold (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/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_config_service.h45 virtual status_t getPanicThreshold(int *threshold);
H A Dcommon_time_server.h71 status_t getPanicThreshold(int *threshold);
H A Dcommon_time_server_api.cpp223 status_t CommonTimeServer::getPanicThreshold(int *threshold) { function in class:android::CommonTimeServer
/frameworks/av/include/common_time/
H A DICommonTimeConfig.h50 virtual status_t getPanicThreshold(int *threshold) = 0;
/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java291 public int getPanicThreshold() method in class:CommonTimeConfig
/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);

Completed in 2247 milliseconds