Searched refs:setPanicThreshold (Results 1 – 7 of 7) sorted by relevance
96 status_t CommonTimeConfigService::setPanicThreshold(int threshold) { in setPanicThreshold() function in android::CommonTimeConfigService97 return mTimeServer.setPanicThreshold(threshold); in setPanicThreshold()
46 virtual status_t setPanicThreshold(int threshold);
72 status_t setPanicThreshold(int threshold);
229 status_t CommonTimeServer::setPanicThreshold(int threshold) { in setPanicThreshold() function in android::CommonTimeServer
51 virtual status_t setPanicThreshold(int threshold) = 0;
307 public int setPanicThreshold(int threshold) { in setPanicThreshold() method in CommonTimeConfig
262 virtual status_t setPanicThreshold(int threshold) { in setPanicThreshold() function in android::BpCommonTimeConfig474 status_t status = setPanicThreshold(threshold); in onTransact()