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

  /external/libvncserver/libvncserver/
auth.c 333 uint8_t chosenType;
337 n = rfbReadExact(cl, (char *)&chosenType, 1);
349 if (chosenType == handler->type) {
350 rfbLog("rfbProcessClientSecurityType: executing handler for type %d\n", chosenType);
356 rfbLog("rfbProcessClientSecurityType: wrong security type (%d) requested\n", chosenType);
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.h 105 ResolutionType *chosenType,
VideoFormats.cpp 451 ResolutionType *chosenType,
465 *chosenType = nativeType;
478 *chosenType = nativeType;
531 *chosenType = (ResolutionType)bestType;

Completed in 54 milliseconds