/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_interface.cpp | 34 bool AdbInterfaceObject::GetInterfaceName(void* buffer, in GetInterfaceName()
|
D | adb_legacy_endpoint_object.cpp | 45 void* buffer, in CommonAsyncReadWrite() 129 void* buffer, in CommonSyncReadWrite()
|
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_helper_routines.cpp | 199 PSP_DEVICE_INTERFACE_DETAIL_DATA buffer = in GetUsbDeviceDetails() local
|
D | adb_legacy_interface.cpp | 103 bool AdbLegacyInterfaceObject::GetSerialNumber(void* buffer, in GetSerialNumber()
|
/development/samples/browseable/BasicRenderScript/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/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/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | QuotedPrintable.java | 43 ByteArrayOutputStream buffer = new ByteArrayOutputStream(); in decodeQuotedPrintable() local
|
/development/tools/winscope/src/ |
D | detectfile.js | 37 function detect(buffer) { argument
|
/development/tools/idegen/src/ |
D | Files.java | 29 char[] buffer = new char[0x1000]; // 4k in toString() local
|
/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/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/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
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | NetworkUtilities.java | 170 JSONArray buffer = new JSONArray(jsonContacts); in syncContacts() local
|
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
D | RobotSpeakTtsService.java | 235 ByteBuffer buffer = ByteBuffer.wrap(mAudioBuffer).order(ByteOrder.LITTLE_ENDIAN); in generateOneSecondOfAudio() local
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
D | AdbMessage.java | 140 private static String extractString(ByteBuffer buffer, int offset, int length) { in extractString()
|
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/ |
D | NetworkFragment.java | 269 char[] buffer = new char[maxLength]; in readStream() local
|