Home
last modified time | relevance | path

Searched refs:dataCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothPacketDecoder.java67 int dataCount = 0; in decodePacket() local
86 if (dataCount > 0) { in decodePacket()
89 receiver.send(mBuffer, 0, dataCount, nanoTimestamp); in decodePacket()
93 dataCount = 0; in decodePacket()
103 mBuffer[dataCount++] = b; in decodePacket()
107 if (dataCount > 0) { in decodePacket()
109 receiver.send(mBuffer, 0, dataCount, nanoTimestamp); in decodePacket()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp135 size_t dataCount = dataBytes / typeSize; in updateAny() local
142 return metadata->update(tag, dataPtr, dataCount); \ in updateAny()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java559 final int dataCount = data.getCount(); in onPhotoRemoved() local
560 if (dataCount <= 1) { in onPhotoRemoved()