OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPanicThreshold
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/libs/common_time/
common_time_config_service.cpp
92
status_t CommonTimeConfigService::
getPanicThreshold
(int *threshold) {
93
return mTimeServer.
getPanicThreshold
(threshold);
common_time_config_service.h
45
virtual status_t
getPanicThreshold
(int *threshold);
common_time_server.h
71
status_t
getPanicThreshold
(int *threshold);
common_time_server_api.cpp
225
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
291
public int
getPanicThreshold
()
/frameworks/av/media/common_time/
ICommonTimeConfig.cpp
246
virtual status_t
getPanicThreshold
(int *threshold) {
463
status_t status =
getPanicThreshold
(&threshold);
Completed in 75 milliseconds