Home
last modified time | relevance | path

Searched refs:getIntParameter (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/base/core/java/org/apache/http/params/
H A DHttpConnectionParams.java72 return params.getIntParameter(CoreConnectionPNames.SO_TIMEOUT, 0); in getSoTimeout()
126 return params.getIntParameter in getSocketBufferSize()
147 return params.getIntParameter(CoreConnectionPNames.SO_LINGER, -1); in getLinger()
177 return params.getIntParameter in getConnectionTimeout()
H A DHttpParams.java119 int getIntParameter(String name, int defaultValue); in getIntParameter() method
/aosp12/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
H A DMockHWCamera.h81 Return<void> getIntParameter(CameraParam id, getIntParameter_cb _hidl_cb) { in getIntParameter() function
H A DVirtualCameraFuzzer.cpp243 virtualCamera->getIntParameter(static_cast<CameraParam>(whichParam), in LLVMFuzzerTestOneInput()
/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DEvsCamera.h79 Return<void> getIntParameter(CameraParam id,
H A DEvsCamera.cpp328 Return<void> EvsCamera::getIntParameter(CameraParam id, in getIntParameter() function in android::hardware::automotive::evs::V1_1::implementation::EvsCamera
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/
H A DEvsEmulatedCamera.h90 Return<void> getIntParameter(CameraParam id,
H A DEvsEmulatedCamera.cpp417 Return<void> EvsEmulatedCamera::getIntParameter(CameraParam /*id*/, in getIntParameter() function in android::automotive::evs::V1_1::implementation::EvsEmulatedCamera
/aosp12/packages/services/Car/cpp/evs/manager/1.1/
H A DVirtualCamera.h104 Return<void> getIntParameter(CameraParam id,
H A DHalCamera.cpp570 mHwCamera->getIntParameter(id, [&result, &value](auto status, auto readValue) { in getParameter()
H A DVirtualCamera.cpp825 Return<void> VirtualCamera::getIntParameter(CameraParam id, in getIntParameter() function in android::automotive::evs::V1_1::implementation::VirtualCamera
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DEvsV4lCamera.h83 Return<void> getIntParameter(CameraParam id,
H A DEvsV4lCamera.cpp417 Return<void> EvsV4lCamera::getIntParameter(CameraParam id, in getIntParameter() function in android::hardware::automotive::evs::V1_1::implementation::EvsV4lCamera
/aosp12/hardware/interfaces/automotive/evs/1.1/
H A DIEvsCamera.hal180 getIntParameter(CameraParam id) generates(EvsResult result, vec<int32_t> value);
/aosp12/hardware/interfaces/automotive/evs/1.1/vts/functional/
H A DVtsHalEvsV1_1TargetTest.cpp945 pCam->getIntParameter(cmd, in TEST_P()
1387 pCamPrimary->getIntParameter(cmd, in TEST_P()
1568 pCamSecondary->getIntParameter(cmd, in TEST_P()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt57201 method public int getIntParameter(java.lang.String, int);
57290 method public abstract int getIntParameter(java.lang.String, int);
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt57921 method @Deprecated public int getIntParameter(String, int);