| /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
| D | TestInteractionActivity.java | 57 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/ |
| D | BluetoothPbapClient.java | 401 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/ |
| D | Connection.java | 158 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()
|
| D | HttpConnection.java | 47 AndroidHttpClientConnection openConnection(Request req) throws IOException { in openConnection()
|
| D | HttpsConnection.java | 163 AndroidHttpClientConnection openConnection(Request req) throws IOException { in openConnection()
|
| D | RequestQueue.java | 325 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/ |
| D | TextToSpeechTests.java | 100 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/ |
| D | BluetoothMasClient.java | 368 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/ |
| D | srcsink.c | 64 SLboolean req[1] = {SL_BOOLEAN_TRUE}; in main() local
|
| D | urimime.c | 79 SLboolean req[1]; in main() local
|
| D | outputmix.c | 130 SLboolean req[10] = {SL_BOOLEAN_TRUE, SL_BOOLEAN_FALSE /*SL_BOOLEAN_TRUE*/, SL_BOOLEAN_TRUE, in main() local
|
| D | configbq.c | 130 SLboolean req[1]; in main() local
|
| /frameworks/base/core/java/android/app/ |
| D | VoiceInteractor.java | 360 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/ |
| D | AudioWatchdog.cpp | 99 struct timespec req; in threadLoop() local
|
| D | StateQueue.cpp | 98 static const struct timespec req = {0, PUSH_BLOCK_ACK_NS}; in push() local
|
| D | FastThread.cpp | 90 const struct timespec req = {0, sleepNs}; in threadLoop() local
|
| /frameworks/base/core/java/android/service/voice/ |
| D | VoiceInteractionSession.java | 199 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/ |
| D | GpsXtraDownloader.java | 127 HttpUriRequest req = new HttpGet(url); in doDownload() local
|
| /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
| D | WifiP2pServiceRequest.java | 223 WifiP2pServiceRequest req = (WifiP2pServiceRequest)o; in equals() local
|
| D | WifiP2pServiceResponse.java | 312 WifiP2pServiceResponse req = (WifiP2pServiceResponse)o; in equals() local
|
| /frameworks/av/media/libnbaio/ |
| D | MonoPipe.cpp | 204 const struct timespec req = {0, static_cast<long>(ns)}; in write() local
|
| /frameworks/av/media/mtp/ |
| D | MtpDevice.cpp | 621 struct usb_request* req = mRequestIn1; in readObject() local 722 struct usb_request* req = mRequestIn1; in readObject() local
|
| D | MtpDataPacket.cpp | 493 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/ |
| D | atrace.cpp | 272 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/ |
| D | WifiP2pServiceImpl.java | 2861 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
|