Home
last modified time | relevance | path

Searched defs:maxId (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp53 int32_t maxId, const wp<FilteredListener>& listener, bool sendPartials) { in registerListener()
75 int32_t maxId, in removeListener()
DFrameProcessorBase.h71 int32_t maxId; member
/frameworks/base/services/companion/java/com/android/server/companion/association/
DAssociations.java49 public void setMaxId(int maxId) { in setMaxId()
DAssociationDiskStore.java473 int maxId = readIntAttribute(parser, XML_ATTR_MAX_ID, 0); in readAssociationsV1() local
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceShellCommand.java91 final int maxId = mAssociationStore.getMaxId(); in onCommand() local
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubEndpointManager.java557 private boolean isSessionIdRangeValid(int minId, int maxId) { in isSessionIdRangeValid()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/
DRemoteComposePlayer.java730 int maxId = RemoteContext.ID_LIGHT; in setupSensors() local
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp2097 status_t Camera2Client::registerFrameListener(int32_t minId, int32_t maxId, in setPreviewWindowL()
2102 status_t Camera2Client::removeFrameListener(int32_t minId, int32_t maxId, in setPreviewWindowL()
/frameworks/base/services/core/jni/
Dcom_android_server_utils_AnrTimer.cpp848 static int maxId() { in maxId() function in android::__anon0ffdf8210111::AnrTimerService::Timer