HomeSort by relevance Sort by last modified time
    Searched refs:getPanicThreshold (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/common_time/
common_time_config_service.cpp 92 status_t CommonTimeConfigService::getPanicThreshold(int *threshold) {
93 return mTimeServer.getPanicThreshold(threshold);
common_time_config_service.h 44 virtual status_t getPanicThreshold(int *threshold);
common_time_server.h 70 status_t getPanicThreshold(int *threshold);
common_time_server_api.cpp 223 status_t CommonTimeServer::getPanicThreshold(int *threshold) {
  /frameworks/av/include/common_time/
ICommonTimeConfig.h 50 virtual status_t getPanicThreshold(int *threshold) = 0;
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 292 public int getPanicThreshold()
  /frameworks/av/media/common_time/
ICommonTimeConfig.cpp 245 virtual status_t getPanicThreshold(int *threshold) {
462 status_t status = getPanicThreshold(&threshold);

Completed in 192 milliseconds