HomeSort by relevance Sort by last modified time
    Searched full:readcallback (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/hikey/bluetooth/
async_fd_watcher.h 28 using ReadCallback = std::function<void(int)>;
37 const ReadCallback& on_read_fd_ready_callback);
56 std::map<int, ReadCallback> watched_fds_;
async_fd_watcher.cc 38 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) {
  /hardware/interfaces/bluetooth/1.0/default/
async_fd_watcher.h 28 using ReadCallback = std::function<void(int)>;
37 const ReadCallback& on_read_fd_ready_callback);
56 std::map<int, ReadCallback> watched_fds_;
async_fd_watcher.cc 43 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) {
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.h 28 using ReadCallback = std::function<void(int)>;
37 const ReadCallback& on_read_fd_ready_callback);
56 std::map<int, ReadCallback> watched_fds_;
async_fd_watcher.cc 40 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) {
  /external/curl/tests/libtest/
lib547.c 41 static size_t readcallback(void *ptr, function
109 test_setopt(curl, CURLOPT_READFUNCTION, readcallback);
lib555.c 40 static size_t readcallback(void *ptr, function
97 easy_setopt(curl, CURLOPT_READFUNCTION, readcallback);
  /frameworks/av/media/libstagefright/flac/dec/
FLACDecoder.h 97 FLAC__StreamDecoderReadStatus readCallback(FLAC__byte buffer[], size_t *bytes);
FLACDecoder.cpp 32 FLAC__StreamDecoderReadStatus FLACDecoder::readCallback(
282 return ((FLACDecoder *) client_data)->readCallback(buffer, bytes); };
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
MockWeaverService.java 45 public void read(int slotId, ArrayList<Byte> key, readCallback cb) throws RemoteException {
  /system/bt/vendor_libs/test_vendor_lib/include/
async_manager.h 20 using ReadCallback = std::function<void(int)>;
55 const ReadCallback& on_read_fd_ready_callback);
  /system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc 100 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) {
270 std::map<int, ReadCallback> watched_shared_fds_;
492 int file_descriptor, const ReadCallback& on_read_fd_ready_callback) {
  /external/libxml2/
xmlIO.c 118 xmlInputReadCallback readcallback; member in struct:_xmlInputCallback
526 xmlInputCallbackTable[i].readcallback = NULL;
554 xmlInputCallbackTable[xmlInputCallbackNr].readcallback = NULL;
    [all...]
parserInternals.c 323 if (in->buf->readcallback != NULL) {
    [all...]
parser.c     [all...]
  /external/protobuf/js/binary/
reader_test.js 837 function readCallback(reader) {
853 reader.registerReadCallback('readCallback', readCallback);
864 reader.runReadCallback('readCallback');
  /external/libxml2/include/libxml/
xmlIO.h 127 xmlInputReadCallback readcallback; member in struct:_xmlParserInputBuffer
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 159 FLAC__StreamDecoderReadStatus readCallback(
218 return ((FLACParser *) client_data)->readCallback(buffer, bytes);
271 FLAC__StreamDecoderReadStatus FLACParser::readCallback(
  /external/libxml2/os400/libxmlrpg/
xmlIO.rpgle 126 d readcallback like(xmlInputReadCallback)
  /external/libxml2/python/
libxml.c 670 ret->readcallback = xmlPythonFileRead;
737 buf->readcallback = xmlPythonFileReadRaw;
    [all...]
  /external/libxml2/doc/devhelp/
libxml2-tree.html     [all...]
  /external/libxml2/doc/html/
libxml-tree.html     [all...]
  /external/libxml2/doc/
libxml2-api.xml     [all...]
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
libxml2.so.lsdump.gz 

Completed in 834 milliseconds

1 2