Home
last modified time | relevance | path

Searched defs:req (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/av/camera/ndk/
DNdkCaptureRequest.cpp51 ACaptureRequest* req, const ACameraOutputTarget* target) { in ACaptureRequest_addTarget()
72 ACaptureRequest* req, const ACameraOutputTarget* target) { in ACaptureRequest_removeTarget()
90 const ACaptureRequest* req, uint32_t tag, ACameraMetadata_const_entry* entry) { in ACaptureRequest_getConstEntry()
102 const ACaptureRequest* req, const char* physicalId, in ACaptureRequest_getConstEntry_physicalCamera()
123 const ACaptureRequest* req, /*out*/int32_t* numTags, /*out*/const uint32_t** tags) { in ACaptureRequest_getAllTags()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DParametersTest.kt29 val req by SingleArgParam(longName = "param", valueParser = Type.Boolean) in singleArgRequired_throwsBeforeParse() constant
37 val req by param in singleArgRequired_returnsParsedValue() constant
DParseableCommandTest.kt81 val req = params.filter { it is SingleArgParam<*> } in testFactoryMethods() constant
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DTestInteractionActivity.java137 VoiceInteractor.AbortVoiceRequest req = new TestAbortVoice(); in onClick() local
140 VoiceInteractor.CompleteVoiceRequest req = new TestCompleteVoice(); in onClick() local
143 VoiceInteractor.CommandRequest req = new TestCommand("Some arg"); in onClick() local
153 VoiceInteractor.PickOptionRequest req = new TestPickOption(options); in onClick() local
DStartVoiceInteractionActivity.java76 VoiceInteractor.CommandRequest req = new TestCommand("Some arg"); in onClick() local
86 VoiceInteractor.PickOptionRequest req = new TestPickOption(options); in onClick() local
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java111 ArgumentCaptor<SynthesisRequest> req = ArgumentCaptor.forClass(SynthesisRequest.class); in testSetLanguage_availableLanguage() local
178 ArgumentCaptor<SynthesisRequest> req = ArgumentCaptor.forClass(SynthesisRequest.class); in testDefaultLanguage_setsVoiceName() local
/frameworks/av/media/mtp/
DMtpEventPacket.cpp65 struct usb_request* const req = usb_request_wait(device, -1); in readResponse() local
/frameworks/wilhelm/tests/sandbox/
Dsrcsink.c64 SLboolean req[1] = {SL_BOOLEAN_TRUE}; in main() local
Durimime.c79 SLboolean req[1]; in main() local
Doutputmix.c130 SLboolean req[10] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_FALSE /*SL_BOOLEAN_TRUE*/, SL_BOOLEAN_TRUE, in main() local
Dconfigbq.c130 SLboolean req[1]; in main() local
/frameworks/base/core/java/android/app/
DVoiceInteractor.java917 Request req = mActiveRequests.get(request.asBinder()); in pullRequest() local
947 Request req = reqs.get(i); in attachActivity() local
963 Request req = reqs.get(i); in detachActivity() local
973 Request req = reqs.get(i); in detachActivity() local
1082 Request req = mActiveRequests.valueAt(i); in getActiveRequest() local
1197 Request req = mActiveRequests.valueAt(i); in dump() local
/frameworks/av/services/audioflinger/afutils/
DAudioWatchdog.cpp100 struct timespec req; in threadLoop() local
/frameworks/av/services/audioflinger/fastpath/
DStateQueue.cpp81 static const struct timespec req = {0, PUSH_BLOCK_ACK_NS}; in push() local
DFastThread.cpp58 const struct timespec req = { in threadLoop() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioDataProxy.java374 android.hardware.radio.data.KeepaliveRequest req = in startKeepalive() local
407 android.hardware.radio.V1_1.KeepaliveRequest req = in startKeepalive() local
DGbaManager.java247 public void bootstrapAuthenticationRequest(GbaAuthRequest req) { in bootstrapAuthenticationRequest()
338 GbaAuthRequest req = mRequestQueue.poll(); in processRequests() local
/frameworks/av/media/libnbaio/
DMonoPipe.cpp148 const struct timespec req = {0, static_cast<long>(ns)}; in write() local
/frameworks/base/telephony/java/android/telephony/gba/
DGbaService.java102 GbaAuthRequest req = (GbaAuthRequest) msg.obj; in handleMessage() local
/frameworks/opt/net/wifi/libwifi_hal/
Dwifi_hal_common.cpp102 struct timespec req; in wifi_change_driver_state() local
/frameworks/native/services/inputflinger/reader/
DTouchVideoDevice.cpp98 struct v4l2_requestbuffers req = {}; in create() local
/frameworks/base/services/core/java/com/android/server/am/
DLmkdConnection.java291 public boolean exchange(ByteBuffer req, ByteBuffer repl) { in exchange()
/frameworks/base/core/java/android/content/om/
DOverlayManagerTransaction.java309 final Request req = mRequests.get(i); in writeToParcel() local
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp261 sp<CaptureRequest> &req) { in addRequestSettingsMetadata()
374 sp<CaptureRequest> req(new CaptureRequest()); in allocateCaptureRequestLocked() local
457 ACaptureRequest* CameraDevice::allocateACaptureRequest(sp<CaptureRequest>& req, in allocateACaptureRequest()
483 void CameraDevice::freeACaptureRequest(ACaptureRequest* req) { in freeACaptureRequest()
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/request/
DSubscribeCoordinatorTest.java154 RequestResult req = requestResults.next(); in testRequestNetworkRespSuccess() local

12