Searched refs:getPanicThreshold (Results 1 – 7 of 7) sorted by relevance
92 status_t CommonTimeConfigService::getPanicThreshold(int *threshold) { in getPanicThreshold() function in android::CommonTimeConfigService93 return mTimeServer.getPanicThreshold(threshold); in getPanicThreshold()
45 virtual status_t getPanicThreshold(int *threshold);
71 status_t getPanicThreshold(int *threshold);
225 status_t CommonTimeServer::getPanicThreshold(int *threshold) { in getPanicThreshold() function in android::CommonTimeServer
50 virtual status_t getPanicThreshold(int *threshold) = 0;
291 public int getPanicThreshold() in getPanicThreshold() method in CommonTimeConfig
246 virtual status_t getPanicThreshold(int *threshold) { in getPanicThreshold() function in android::BpCommonTimeConfig463 status_t status = getPanicThreshold(&threshold); in onTransact()