HomeSort by relevance Sort by last modified time
    Searched defs:setPanicThreshold (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/common_time/
common_time_config_service.cpp 96 status_t CommonTimeConfigService::setPanicThreshold(int threshold) {
97 return mTimeServer.setPanicThreshold(threshold);
common_time_server_api.cpp 231 status_t CommonTimeServer::setPanicThreshold(int threshold) {
  /frameworks/av/media/common_time/
ICommonTimeConfig.cpp 262 virtual status_t setPanicThreshold(int threshold) {
474 status_t status = setPanicThreshold(threshold);
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 307 public int setPanicThreshold(int threshold) {

Completed in 417 milliseconds