/development/tools/axl/ |
D | chewie.py | 105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection] 106 active[thread].append(record) 109 record = active[thread][-1] 110 record[4] = time 115 record = active[thread][0] 116 record[5] = time 119 record = active[thread][0] 120 killed[0].append(record[9]) 122 queued.add(record[7], record[1]) 126 record = active[thread][0] [all …]
|
/development/samples/training/multiscreen/newsreader/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/ |
D | SampleHotwordDetectionService.java | 107 AudioRecord record = createAudioRecord(eventPayload, bytesPerSecond, sessionId); in onDetect() local 109 if (record.getState() != AudioRecord.STATE_INITIALIZED) { in onDetect() 119 record.startRecording(); in onDetect() 122 AudioUtils.read(record, bytesPerSecond, DSP_AUDIO_READ_DURATION.getSeconds(), buffer); in onDetect() 128 record.shareAudioHistory("com.example.android.voiceinteractor", 0)) in onDetect() 133 record.stop(); in onDetect() 134 record.release(); in onDetect()
|
D | SampleVoiceInteractionService.java | 236 AudioRecord record = createAudioRecord(eventPayload, bytesPerSecond); in onDetected() local 238 if (record.getState() != AudioRecord.STATE_INITIALIZED) { in onDetected() 240 record.getState()); in onDetected() 248 record.startRecording(); in onDetected() 251 int numBytes = AudioUtils.read(record, bytesPerSecond, AUDIO_READ_DURATION.getSeconds(), in onDetected() 263 record.stop(); in onDetected() 264 record.release(); in onDetected()
|
D | AudioUtils.java | 30 static int read(AudioRecord record, int bytesPerSecond, float secondsToRead, byte[] buffer) { in read() argument 37 int bytesRead = record.read(buffer, numBytes, in read()
|
/development/samples/training/basic/ActivityLifecycle/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/FragmentBasics/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/location-aware/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
D | TaskListView.java | 52 AccessibilityEvent record = AccessibilityEvent.obtain(); in onRequestSendAccessibilityEvent() local 53 super.onInitializeAccessibilityEvent(record); in onRequestSendAccessibilityEvent() 57 record.setContentDescription(priorityStr); in onRequestSendAccessibilityEvent() 59 event.appendRecord(record); in onRequestSendAccessibilityEvent()
|
D | TaskBackService.java | 130 AccessibilityRecord record = event.getRecord(i); in onAccessibilityEvent() local 131 CharSequence contentDescription = record.getContentDescription(); in onAccessibilityEvent()
|
/development/samples/training/AnimationsDemo/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/InteractiveChart/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/ContactsList/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/EffectiveNavigation/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/ControllerSample/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/NavigationDrawer/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/browseable/Camera2Video/ |
D | _index.jd | 8 This sample demonstrates how to record video using Camera2 API.
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | WiFiServiceDiscoveryActivity.java | 206 Map<String, String> record = new HashMap<String, String>(); in startRegistrationAndDiscovery() local 207 record.put(TXTRECORD_PROP_AVAILABLE, "visible"); in startRegistrationAndDiscovery() 210 SERVICE_INSTANCE, SERVICE_REG_TYPE, record); in startRegistrationAndDiscovery() 273 String fullDomainName, Map<String, String> record, in discoverService() 277 + record.get(TXTRECORD_PROP_AVAILABLE)); in discoverService()
|
/development/tools/logblame/ |
D | sample.txt | 537 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record 540 Apply path: spkr-vi-record 590 disable_audio_route: usecase(23) reset and update mixer path: spkr-vi-record 629 enable_audio_route: usecase(9) apply and update mixer path: audio-record 632 Apply path: audio-record 732 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record 735 Apply path: spkr-vi-record 900 disable_audio_route: usecase(23) reset and update mixer path: spkr-vi-record 944 disable_audio_route: usecase(9) reset and update mixer path: audio-record 993 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record [all …]
|
/development/samples/browseable/WearSpeakerSample/ |
D | _index.jd | 8 A sample that shows how you can record voice using the microphone on a wearable and
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | NfcProvisioningFragment.java | 134 NdefRecord record = NdefRecord.createMime( in createNdefMessage() local 136 return new NdefMessage(new NdefRecord[]{record}); in createNdefMessage()
|
/development/tools/winscope/protos/surfaceflinger/udc/ |
D | layers.proto | 105 // If active_buffer is not null, record its transform.
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
D | Camera2VideoFragment.java | 677 mButtonVideo.setText(R.string.record); in stopRecordingVideo()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 229 decree - n. a legally binding command or decision entered on the court record (as if issued by a co… 948 transcript - n. something that has been transcribed; a written record (usually typewritten) of dict…
|