Home
last modified time | relevance | path

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

12

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DTestInteractionActivity.java57 VoiceInteractor.ConfirmationRequest req = new VoiceInteractor.ConfirmationRequest( in onCreate() local
82 VoiceInteractor.AbortVoiceRequest req = new VoiceInteractor.AbortVoiceRequest( in onClick() local
97 VoiceInteractor.CompleteVoiceRequest req = new VoiceInteractor.CompleteVoiceRequest( in onClick() local
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapClient.java401 BluetoothPbapRequest req = (BluetoothPbapRequest) msg.obj; in handleMessage() local
422 BluetoothPbapRequest req = (BluetoothPbapRequest) msg.obj; in handleMessage() local
564 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(false); in setPhoneBookFolderRoot() local
577 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(true); in setPhoneBookFolderUp() local
591 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(folder); in setPhoneBookFolderDown() local
605 BluetoothPbapRequestPullPhoneBookSize req = new BluetoothPbapRequestPullPhoneBookSize( in pullPhoneBookSize() local
621 BluetoothPbapRequestPullVcardListingSize req = new BluetoothPbapRequestPullVcardListingSize( in pullVcardListingSize() local
699 BluetoothPbapRequest req = new BluetoothPbapRequestPullPhoneBook(pbName, filter, format, in pullPhoneBook() local
807 BluetoothPbapRequest req = new BluetoothPbapRequestPullVcardListing(folder, order, in pullVcardListing() local
838 BluetoothPbapRequest req = new BluetoothPbapRequestPullVcardEntry(handle, filter, format); in pullVcardEntry() local
/frameworks/base/core/java/android/net/http/
DConnection.java158 Request req = null; in processRequests() local
348 private boolean openHttpConnection(Request req) { in openHttpConnection()
427 private boolean httpFailure(Request req, int errorId, Exception e) { in httpFailure()
505 abstract AndroidHttpClientConnection openConnection(Request req) throws IOException; in openConnection()
DHttpConnection.java47 AndroidHttpClientConnection openConnection(Request req) throws IOException { in openConnection()
DHttpsConnection.java163 AndroidHttpClientConnection openConnection(Request req) throws IOException { in openConnection()
DRequestQueue.java325 Request req; in queueRequest() local
376 Request req = new Request(method, host, mProxyHost, uri.getPath(), in queueSynchronousRequest() local
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java100 ArgumentCaptor<SynthesisRequest> req = LittleMock.createCaptor(); in testSetLanguage_availableLanguage() local
159 ArgumentCaptor<SynthesisRequest> req = LittleMock.createCaptor(); in testDefaultLanguage_setsVoiceName() local
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasClient.java368 BluetoothMasRequestSetPath req = (BluetoothMasRequestSetPath) request; in handleMessage() local
390 … BluetoothMasRequestGetFolderListing req = (BluetoothMasRequestGetFolderListing) request; in handleMessage() local
402 … BluetoothMasRequestGetMessagesListing req = (BluetoothMasRequestGetMessagesListing) request; in handleMessage() local
408 BluetoothMasRequestGetMessage req = (BluetoothMasRequestGetMessage) request; in handleMessage() local
417 … BluetoothMasRequestPushMessage req = (BluetoothMasRequestPushMessage) request; in handleMessage() local
423 …BluetoothMasRequestSetNotificationRegistration req = (BluetoothMasRequestSetNotificationRegistrati… in handleMessage() 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.java360 Request req = mActiveRequests.get(request.asBinder()); in pullRequest() local
389 Request req = reqs.get(i); in attachActivity() local
401 Request req = reqs.get(i); in detachActivity() local
/frameworks/av/services/audioflinger/
DAudioWatchdog.cpp99 struct timespec req; in threadLoop() local
DStateQueue.cpp98 static const struct timespec req = {0, PUSH_BLOCK_ACK_NS}; in push() local
DFastThread.cpp90 const struct timespec req = {0, sleepNs}; in threadLoop() local
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java199 Request req = session.removeRequest(mInterface.asBinder()); in finishRequest() local
431 Request req = new Request(callback, this); in newRequest() local
432 mActiveRequests.put(req.mInterface.asBinder(), req); in newRequest() local
439 Request req = mActiveRequests.get(reqInterface); in removeRequest() local
/frameworks/base/services/core/java/com/android/server/location/
DGpsXtraDownloader.java127 HttpUriRequest req = new HttpGet(url); in doDownload() local
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
DWifiP2pServiceRequest.java223 WifiP2pServiceRequest req = (WifiP2pServiceRequest)o; in equals() local
DWifiP2pServiceResponse.java312 WifiP2pServiceResponse req = (WifiP2pServiceResponse)o; in equals() local
/frameworks/av/media/libnbaio/
DMonoPipe.cpp204 const struct timespec req = {0, static_cast<long>(ns)}; in write() local
/frameworks/av/media/mtp/
DMtpDevice.cpp621 struct usb_request* req = mRequestIn1; in readObject() local
722 struct usb_request* req = mRequestIn1; in readObject() local
DMtpDataPacket.cpp493 int MtpDataPacket::readDataAsync(struct usb_request *req) { in readDataAsync()
503 struct usb_request *req = usb_request_wait(device); in readDataWait() local
/frameworks/native/cmds/atrace/
Datrace.cpp272 bool req = category.sysfiles[i].required == REQ; in isCategorySupported() local
297 bool req = category.sysfiles[i].required == REQ; in isCategorySupportedForRoot() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2861 WifiP2pServiceRequest req; in updateSupplicantServiceRequest() local
2894 private boolean addServiceRequest(Messenger m, WifiP2pServiceRequest req) { in addServiceRequest()
2914 private void removeServiceRequest(Messenger m, WifiP2pServiceRequest req) { in removeServiceRequest()
3033 WifiP2pServiceRequest req = c.mReqList.get(resp.getTransactionId()); in sendServiceResponse() local

12