HomeSort by relevance Sort by last modified time
    Searched refs:refCon (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/base/mac/
coremedia_glue.h 38 void* refCon;
  /system/core/adb/
usb_osx.c 52 static void AndroidInterfaceAdded(void *refCon, io_iterator_t iterator);
53 static void AndroidInterfaceNotify(void *refCon, io_iterator_t iterator,
118 AndroidInterfaceAdded(void *refCon, io_iterator_t iterator)
270 // Pass the reference to our private data as the refCon for the
286 AndroidInterfaceNotify(void *refCon, io_service_t service, natural_t messageType, void *messageArgument)
288 usb_handle *handle = (usb_handle *)refCon;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextControllerCoreText.mm 173 static const UniChar* provideStringAndAttributes(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* refCon)
175 ProviderInfo* info = static_cast<struct ProviderInfo*>(refCon);

Completed in 1318 milliseconds