Home
last modified time | relevance | path

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

12

/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/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DTestInteractionActivity.java135 VoiceInteractor.AbortVoiceRequest req = new TestAbortVoice(); in onClick() local
138 VoiceInteractor.CompleteVoiceRequest req = new TestCompleteVoice(); in onClick() local
141 VoiceInteractor.CommandRequest req = new TestCommand("Some arg"); in onClick() local
151 VoiceInteractor.PickOptionRequest req = new TestPickOption(options); in onClick() local
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java107 ArgumentCaptor<SynthesisRequest> req = LittleMock.createCaptor(); in testSetLanguage_availableLanguage() local
174 ArgumentCaptor<SynthesisRequest> req = LittleMock.createCaptor(); in testDefaultLanguage_setsVoiceName() local
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasClient.java369 BluetoothMasRequestSetPath req = (BluetoothMasRequestSetPath) request; in handleMessage() local
391 … BluetoothMasRequestGetFolderListing req = (BluetoothMasRequestGetFolderListing) request; in handleMessage() local
403 … BluetoothMasRequestGetMessagesListing req = (BluetoothMasRequestGetMessagesListing) request; in handleMessage() local
409 BluetoothMasRequestGetMessage req = (BluetoothMasRequestGetMessage) request; in handleMessage() local
418 … BluetoothMasRequestPushMessage req = (BluetoothMasRequestPushMessage) request; in handleMessage() local
424 …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
Dmonkey.c118 SLboolean req[1] = {SL_BOOLEAN_TRUE}; in actionCreate() local
Dplaybq.cpp366 SLboolean req[1] = {SL_BOOLEAN_TRUE}; in main() local
Dplaybq.c366 SLboolean req[1] = {SL_BOOLEAN_TRUE}; in main() local
Dxaplay.c439 XAboolean req[4] = {XA_BOOLEAN_TRUE, XA_BOOLEAN_TRUE, XA_BOOLEAN_FALSE, XA_BOOLEAN_TRUE}; in main() 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.cpp94 const struct timespec req = {0, mSleepNs}; in threadLoop() local
/frameworks/base/core/java/android/app/
DVoiceInteractor.java894 Request req = mActiveRequests.get(request.asBinder()); in pullRequest() local
924 Request req = reqs.get(i); in attachActivity() local
940 Request req = reqs.get(i); in detachActivity() local
950 Request req = reqs.get(i); in detachActivity() local
1024 Request req = mActiveRequests.valueAt(i); in getActiveRequest() local
1057 Request req = mActiveRequests.valueAt(i); in dump() 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/base/core/java/android/service/voice/
DVoiceInteractionSession.java355 Request req = session.removeRequest(mInterface.asBinder()); in finishRequest() local
938 void addRequest(Request req) { in addRequest()
940 mActiveRequests.put(req.mInterface.asBinder(), req); in addRequest() local
1557 Request req = mActiveRequests.valueAt(i); in dump() local
/frameworks/av/media/mtp/
DMtpDevice.cpp630 struct usb_request* req = mRequestIn1; in readObject() local
731 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.cpp306 bool req = category.sysfiles[i].required == REQ; in isCategorySupported() local
331 bool req = category.sysfiles[i].required == REQ; in isCategorySupportedForRoot() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2873 WifiP2pServiceRequest req; in updateSupplicantServiceRequest() local
2906 private boolean addServiceRequest(Messenger m, WifiP2pServiceRequest req) { in addServiceRequest()
2926 private void removeServiceRequest(Messenger m, WifiP2pServiceRequest req) { in removeServiceRequest()
3045 WifiP2pServiceRequest req = c.mReqList.get(resp.getTransactionId()); in sendServiceResponse() local
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java865 private static void checkServiceRequest(WifiP2pServiceRequest req) { in checkServiceRequest()
1222 WifiP2pServiceRequest req, ActionListener listener) { in addServiceRequest()
1241 public void removeServiceRequest(Channel c, WifiP2pServiceRequest req, in removeServiceRequest()

12