OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPanicThreshold
(Results
1 - 7
of
7
) 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_config_service.h
46
virtual status_t
setPanicThreshold
(int threshold);
common_time_server.h
72
status_t
setPanicThreshold
(int threshold);
common_time_server_api.cpp
231
status_t CommonTimeServer::
setPanicThreshold
(int threshold) {
/frameworks/av/include/common_time/
ICommonTimeConfig.h
51
virtual status_t
setPanicThreshold
(int threshold) = 0;
/frameworks/base/core/java/android/os/
CommonTimeConfig.java
307
public int
setPanicThreshold
(int threshold) {
/frameworks/av/media/common_time/
ICommonTimeConfig.cpp
262
virtual status_t
setPanicThreshold
(int threshold) {
474
status_t status =
setPanicThreshold
(threshold);
Completed in 113 milliseconds