HomeSort by relevance Sort by last modified time
    Searched defs:AppData (Results 1 - 6 of 6) sorted by null

  /external/conscrypt/common/src/jni/main/include/
AppData.h 96 class AppData {
115 static AppData* create() {
116 std::unique_ptr<AppData> appData(new AppData());
120 JNI_TRACE("AppData::create WSACreateEvent failed: %d", WSAGetLastError());
123 appData.get()->interruptEvent = interruptEvent;
125 if (pipe(appData.get()->fdsEmergency) == -1) {
126 ALOGE("AppData::create pipe(2) failed: %s", strerror(errno));
129 if (!NetworkUtil::setBlocking(appData.get()->fdsEmergency[0], false))
    [all...]
  /external/libvncserver/rfb/
rfbclient.h 118 } AppData;
186 AppData appData;
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
phNciNfcTypes.h 177 uint8_t AppData[PH_NCINFCTYPES_MAX_ATR_LENGTH]; /* Application data information of the
phNfcTypes.h 185 uint8_t AppData[PHNFC_MAX_ATR_LENGTH]; /* Application data information of the
  /system/nfc/halimpl/pn54x/common/
phNfcTypes.h 189 AppData[PHNFC_MAX_ATR_LENGTH]; /* Application data information of the
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 1619 milliseconds