Home
last modified time | relevance | path

Searched defs:readBinary (Results 1 – 2 of 2) 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
170 public byte[] readBinary(int bufferSize) throws IOException { in readBinary() method in BluetoothConnection
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp132 ProgramBinary* readBinary (const std::string& srcPath) in readBinary() function