Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnection.java159 public byte[] readBinary() throws IOException { in readBinary() method in BluetoothConnection
160 return this.readBinary(4096); in readBinary()
170 public byte[] readBinary(int bufferSize) throws IOException { in readBinary() method in BluetoothConnection
DBluetoothSocketConnFacade.java421 return Base64Codec.encodeBase64String(conn.readBinary(bufferSize)); in bluetoothSocketConnReadBinary()
560 byte[] readBuf = conn.readBinary(bufferSize); in bluetoothConnectionThroughputRead()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp132 ProgramBinary* readBinary (const std::string& srcPath) in readBinary() function
444 const de::UniquePtr<ProgramBinary> binary (readBinary(path.getPath())); in initFromPath()