/development/host/windows/usb/api/ |
D | adb_endpoint_object.cpp | 50 ADBAPIHANDLE AdbEndpointObject::AsyncRead(void* buffer, in AsyncRead() 63 ADBAPIHANDLE AdbEndpointObject::AsyncWrite(void* buffer, in AsyncWrite() 76 bool AdbEndpointObject::SyncRead(void* buffer, in SyncRead() 87 bool AdbEndpointObject::SyncWrite(void* buffer, in SyncWrite()
|
D | adb_api.cpp | 200 void* buffer, in AdbGetInterfaceName() 219 void* buffer, in AdbGetSerialNumber() 392 void* buffer, in AdbReadEndpointAsync() 417 void* buffer, in AdbWriteEndpointAsync() 442 void* buffer, in AdbReadEndpointSync() 463 void* buffer, in AdbWriteEndpointSync()
|
D | adb_legacy_endpoint_object.cpp | 45 void* buffer, in CommonAsyncReadWrite() 129 void* buffer, in CommonSyncReadWrite()
|
D | adb_interface.cpp | 34 bool AdbInterfaceObject::GetInterfaceName(void* buffer, in GetInterfaceName()
|
D | adb_helper_routines.cpp | 199 PSP_DEVICE_INTERFACE_DETAIL_DATA buffer = in GetUsbDeviceDetails() local
|
/development/tools/winscope/src/common/ |
D | array_utils_test.ts | 121 const buffer = new Uint8Array([0, 0, 1, 1]); constant
|
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 51 void outputSample(MediaCodecWrapper sender, MediaCodec.BufferInfo info, ByteBuffer buffer); in outputSample() 196 ByteBuffer buffer = mInputBuffers[index]; in writeSample() local 251 ByteBuffer buffer = mInputBuffers[index]; in writeSample() local 315 ByteBuffer buffer = mOutputBuffers[index]; in popSample() local
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 51 void outputSample(MediaCodecWrapper sender, MediaCodec.BufferInfo info, ByteBuffer buffer); in outputSample() 196 ByteBuffer buffer = mInputBuffers[index]; in writeSample() local 251 ByteBuffer buffer = mInputBuffers[index]; in writeSample() local 315 ByteBuffer buffer = mOutputBuffers[index]; in popSample() local
|
/development/tools/winscope/src/test/common/ |
D | utils.ts | 25 const buffer = CommonTestUtils.loadFixture(srcFilename); constant
|
D | file_impl.ts | 25 private readonly buffer: ArrayBuffer; property in FileImpl
|
/development/host/windows/usb/winusb/ |
D | adb_winusb_endpoint_object.cpp | 98 void* buffer, in CommonAsyncReadWrite() 161 void* buffer, in CommonSyncReadWrite()
|
D | adb_winusb_interface.cpp | 142 bool AdbWinUsbInterfaceObject::GetSerialNumber(void* buffer, in GetSerialNumber()
|
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | QuotedPrintable.java | 43 ByteArrayOutputStream buffer = new ByteArrayOutputStream(); in decodeQuotedPrintable() local
|
/development/tools/ota_analysis/src/services/ |
D | payload.js | 188 async readHeader(/** @type {Blob} */buffer) { argument 217 async readManifest(/** @type {Blob} */buffer) { argument 226 async readSignature(/** @type {Blob} */buffer) { argument
|
/development/tools/idegen/src/ |
D | Files.java | 29 char[] buffer = new char[0x1000]; // 4k in toString() local
|
/development/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/ |
D | AudioUtils.java | 30 static int read(AudioRecord record, int bytesPerSecond, float secondsToRead, byte[] buffer) { in read()
|
D | MainActivity.java | 110 private void playAudio(byte[] buffer) { in playAudio()
|
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/ |
D | SimpleAudioOutput.java | 76 public int write(float[] buffer, int offset, int length) { in write()
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/ |
D | SimpleAudioOutput.java | 76 public int write(float[] buffer, int offset, int length) { in write()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | GLFace.java | 76 public void putIndices(ShortBuffer buffer) { in putIndices()
|
D | GLShape.java | 37 public void putIndices(ShortBuffer buffer) { in putIndices()
|
/development/tools/winscope/src/test/remote_tool_mock/ |
D | app_component.ts | 82 const [file, buffer] = await this.readInputFile(event); constant
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoDownloadRunnable.java | 78 void setByteBuffer(byte[] buffer); in setByteBuffer()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyPowerEvent.java | 107 StringBuffer buffer = new StringBuffer(); in writeLogEvents() local
|
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
D | MissileLauncherActivity.java | 217 ByteBuffer buffer = ByteBuffer.allocate(1); in run() local
|