/external/qemu/audio/ |
audio.h | 67 void (*info) (void *opaque); member in struct:capture_ops
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_syswm.h | 113 } info; member in struct:SDL_SysWMinfo 217 * It fills the structure pointed to by 'info' with custom information and 220 * the 'info' structure is not filled in or not supported. 224 * SDL_SysWMinfo info; 225 * SDL_VERSION(&info.version); 226 * if ( SDL_GetWMInfo(&info) ) { ... } 229 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/ |
SDL_dmaaudio.c | 81 struct audio_buf_info info; local 85 (ioctl(fd, SNDCTL_DSP_GETOSPACE, &info) == 0) ) { 216 count_info info; local 222 if ( ioctl(audio_fd, SNDCTL_DSP_GETOPTR, &info) < 0 ) { 227 } while ( frame_ticks && (info.blocks < 1) ); 229 if ( info.blocks > 1 ) { 230 printf("Warning: audio underflow (%d frags)\n", info.blocks-1); 233 playing = info.ptr / this->spec.size; 315 struct audio_buf_info info; local 414 if ( ioctl(audio_fd, SNDCTL_DSP_GETOSPACE, &info) < 0 ) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/ |
SDL_syscdrom.c | 66 struct ioc_read_subchannel info; local 78 info.address_format = CD_MSF_FORMAT; 79 info.data_format = CD_CURRENT_POSITION; 80 info.data_len = 0; 81 info.data = NULL; 86 if ( (ioctl(cdfd, CDIOCREADSUBCHANNEL, &info) == 0) || 295 struct ioc_read_subchannel info; local 298 info.address_format = CD_MSF_FORMAT; 299 info.data_format = CD_CURRENT_POSITION; 300 info.track = 0 [all...] |
/external/qemu/distrib/sdl-1.2.15/src/cdrom/mint/ |
SDL_syscdrom.c | 76 struct cdrom_subchnl info; local 104 info.cdsc_format = CDROM_MSF; 105 if ( (Metaioctl(i, METADOS_IOCTL_MAGIC, CDROMSUBCHNL, &info) == 0) || ERRNO_TRAYEMPTY(errno) ) { 223 struct cdrom_subchnl info; local 225 info.cdsc_format = CDROM_MSF; 226 if ( SDL_SYS_CDioctl(cdrom->id, CDROMSUBCHNL, &info) < 0 ) { 233 switch (info.cdsc_audiostatus) { 251 if ( info.cdsc_trk == CDROM_LEADOUT ) { 265 info.cdsc_absaddr.msf.minute, 266 info.cdsc_absaddr.msf.second [all...] |
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/ |
SDL_syscdrom.c | 69 struct ioc_read_subchannel info; local 81 info.address_format = CD_MSF_FORMAT; 82 info.data_format = CD_CURRENT_POSITION; 83 info.data_len = 0; 84 info.data = NULL; 89 if ( (ioctl(cdfd, CDIOCREADSUBCHANNEL, &info) == 0) || 304 struct ioc_read_subchannel info; local 307 info.address_format = CD_MSF_FORMAT; 308 info.data_format = CD_CURRENT_POSITION; 309 info.track = 0 [all...] |
/external/qemu/distrib/sdl-1.2.15/src/thread/ |
SDL_thread.c | 175 SDL_Thread *info; member in struct:__anon26779 193 args->info->threadid = SDL_ThreadID(); 198 statusloc = &args->info->status; 218 /* Allocate memory for the thread info structure */ 236 args->info = thread;
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxvideo.c | 213 this->info.current_w = si.cols ; 214 this->info.current_h = si.rows ; 461 GR_WINDOW_INFO info ; local 471 GrGetWindowInfo (SDL_Window, & info) ; 472 x = si.xpos - info.x ; 473 y = si.ypos - info.y ; 474 if (x >= 0 && x <= info.width && y >= 0 && y <= info.height) {
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testsprite.c | 122 const SDL_VideoInfo *info; local 128 info = SDL_GetVideoInfo(); 129 if ( info->blit_hw_CC && info->blit_fill ) { 140 if ( info->video_mem*1024 > (height*width*bpp/8) ) { 228 /* Allocate memory for the sprite info */
|
testvidinfo.c | 388 const SDL_VideoInfo *info; local 401 info = SDL_GetVideoInfo(); 404 info->current_w, info->current_h, info->vfmt->BitsPerPixel); 405 if ( info->vfmt->palette == NULL ) { 406 printf(" Red Mask = 0x%.8x\n", info->vfmt->Rmask); 407 printf(" Green Mask = 0x%.8x\n", info->vfmt->Gmask); 408 printf(" Blue Mask = 0x%.8x\n", info->vfmt->Bmask); 420 printf("\t%dx%dx%d\n", modes[i]->w, modes[i]->h, info->vfmt->BitsPerPixel) [all...] |
/external/qemu/elff/ |
elf_file.cc | 28 /* Tags to parse when collecting info about routines. */
195 Dwarf_AddressInfo info;
local 196 info.die_obj = cu->get_leaf_die_for_address(address);
197 if (info.die_obj != NULL) {
199 if (cu->get_pc_address_file_info(address, &info)) {
201 address_info->file_name = info.file_name;
202 address_info->dir_name = info.dir_name;
203 address_info->line_number = info.line_number;
212 Dwarf_Tag tag = info.die_obj->get_tag();
216 info.die_obj = info.die_obj->parent_die(); [all...] |
/external/qemu/hw/ |
android_mips.c | 217 DriveInfo* info = drive_get( IF_IDE, 0, 0 ); local 218 if (info != NULL) { 219 goldfish_mmc_init(GOLDFISH_MMC, 0, info->bdrv);
|
/external/qemu/target-i386/ |
hax-windows.c | 65 struct hax_alloc_ram_info info; local 75 info.size = size; 76 info.va = va; 82 &info, sizeof(info), 98 struct hax_set_ram_info info, *pinfo = &info; local 116 info.pa_start = start_addr; 117 info.size = size; 118 info.va = (uint64_t)qemu_get_ram_ptr(phys_offset) 355 struct hax_tunnel_info info; local [all...] |
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
ebdt_table.cc | 148 BitmapGlyphInfoPtr info = new BitmapGlyphInfo(glyph_entry->first, local 150 new_loca_map[glyph_entry->first] = info; 222 BitmapGlyphInfoPtr info = entry->second; local 225 info->offset(), info->length()))); 228 slice, info->format()));
|
/external/skia/gm/ |
megalooper.cpp | 166 SkLayerDrawLooper::LayerInfo info; local 168 info.fFlagsMask = 0; 169 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit | 171 info.fColorMode = SkXfermode::kSrc_Mode; 172 info.fOffset.set(xOff, yOff); 173 info.fPostTranslate = false; 175 SkPaint* paint = looper->addLayer(info); 211 SkLayerDrawLooper::LayerInfo info; local 213 info.fFlagsMask = 0; 214 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit [all...] |
srcmode.cpp | 120 SkImage::Info info = { local 131 return SkSurface::NewRenderTarget(ctx, info, 0); 134 return SkSurface::NewRaster(info);
|
/external/skia/src/animator/ |
SkDisplayType.cpp | 220 info = Sk##_class::fInfo; infoCount = Sk##_class::fInfoCount; break 222 info = SkDraw##_class::fInfo; infoCount = SkDraw##_class::fInfoCount; break 224 info = SkDisplay##_class::fInfo; infoCount = SkDisplay##_class::fInfoCount; \ 229 const SkMemberInfo* info = NULL; local 314 case SkType_Point: info = Sk_Point::fInfo; infoCount = Sk_Point::fInfoCount; break; // no virtual flavor 362 if ((info = (*extraPtr)->getMembers(type, infoCountPtr)) != NULL) 363 return info; 370 return info; 376 const SkMemberInfo* info = GetMembers(maker, type, &infoCount); local 377 info = SkMemberInfo::Find(info, infoCount, matchPtr) 532 const SkMemberInfo* info = SkDisplayType::GetMembers(maker, type, NULL); local 545 const SkMemberInfo* info = GetMembers(maker, base, NULL); \/\/ get info for this type local 751 const SkMemberInfo* info = GetMembers(maker, gTypeNames[index].fType, &infoCount); local [all...] |
SkDisplayXMLParser.cpp | 124 const SkMemberInfo* info = SkDisplayType::GetMember(&fMaker, type, &name); local 125 if (info == NULL) { 130 if (info->setValue(fMaker, NULL, 0, info->getCount(), displayable, info->getType(), attrValue, 147 if (info->fType != SkType_MemberProperty) { 155 displayable->setProperty(info->propertyIndex(), scriptValue); 184 const SkMemberInfo* info = local 187 if ((foundInfo = searchContainer(info, infoCount)) != NULL) { 274 const SkMemberInfo* info = &infoBase[index] local [all...] |
/external/skia/src/core/ |
SkPicture.cpp | 272 SkPictInfo info; local 273 if (!stream->read(&info, sizeof(SkPictInfo))) { 276 if (PICTURE_VERSION != info.fVersion) { 281 *pInfo = info; 293 SkPictInfo info; local 295 if (!StreamIsSKP(stream, &info)) { 302 playback = SkNEW_ARGS(SkPicturePlayback, (stream, info, proc)); 307 return SkNEW_ARGS(SkPicture, (playback, info.fWidth, info.fHeight)); 317 SkPictInfo info; local [all...] |
/external/skia/src/ports/ |
SkXMLPullParser_expat.cpp | 63 SkXMLPullParser::AttrInfo* info = (SkXMLPullParser::AttrInfo*)alloc.alloc(n * sizeof(SkXMLPullParser::AttrInfo), local 66 c->fAttrInfos = info; 70 info[i].fName = dupstr(alloc, attr[0], strlen(attr[0])); 71 info[i].fValue = dupstr(alloc, attr[1], strlen(attr[1]));
|
/external/skia/src/utils/mac/ |
SkCreateCGImageRef.cpp | 12 static void SkBitmap_ReleaseInfo(void* info, const void* pixelData, size_t size) { 13 SkBitmap* bitmap = reinterpret_cast<SkBitmap*>(info); 19 CGBitmapInfo* info, 34 *info = kCGBitmapByteOrder32Big; 36 *info |= kCGImageAlphaNoneSkipLast; 38 *info |= kCGImageAlphaPremultipliedLast; 43 *info = kCGBitmapByteOrder32Little; 45 *info |= kCGImageAlphaNoneSkipFirst; 47 *info |= kCGImageAlphaPremultipliedFirst; 55 *info = kCGBitmapByteOrder32Big 216 CGBitmapInfo info; local [all...] |
/external/skia/src/xml/ |
SkJSDisplayable.cpp | 187 const SkMemberInfo* info = SkDisplayType::GetMembers(NULL /* fMaker */, type, &infoCount); local 188 if (info == NULL) 194 if (info[inner].fType == SkType_BaseClassInfo) 196 propertySpec[inner].name = info[inner].fName; 227 const SkMemberInfo* info = SkDisplayType::GetMembers(NULL /* fMaker */, displayableType, &members); local 230 info = &info[idIndex]; 231 SkDisplayTypes infoType = (SkDisplayTypes) info->fType; 237 infoType = info->propertyType(); 241 bool success = displayable->getProperty(info->propertyIndex(), &scriptValue) 303 const SkMemberInfo* info = SkDisplayType::GetMembers(NULL \/* fMaker *\/, displayableType, &members); local [all...] |
/external/skia/tests/ |
GradientTest.cpp | 25 SkShader::GradientInfo* info, 30 info->fColorCount = fColorCount; 31 info->fColors = colorStorage; 32 info->fColorOffsets = posStorage.get(); 33 REPORTER_ASSERT(reporter, shader->asAGradient(info) == gt); 35 REPORTER_ASSERT(reporter, info->fColorCount == fColorCount); 37 !memcmp(info->fColors, fColors, fColorCount * sizeof(SkColor))); 39 !memcmp(info->fColorOffsets, fPos, fColorCount * sizeof(SkScalar))); 40 REPORTER_ASSERT(reporter, fTileMode == info->fTileMode); 54 SkShader::GradientInfo info; local 68 SkShader::GradientInfo info; local 81 SkShader::GradientInfo info; local 97 SkShader::GradientInfo info; local 110 SkShader::GradientInfo info; local 125 SkShader::GradientInfo info; local [all...] |
/external/smack/src/org/jivesoftware/smack/ |
AccountManager.java | 48 private Registration info = null; field in class:AccountManager 94 if (info == null) { 96 accountCreationSupported = info.getType() != IQ.Type.ERROR; 131 if (info == null) { 134 Map<String, String> attributes = info.getAttributes(); 155 if (info == null) { 158 return info.getAttributes().get(name); 175 if (info == null) { 178 return info.getInstructions(); 313 * Gets the account registration info from the server [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
GatewayManager.java | 80 DiscoverInfo info = sdManager.discoverInfo(itemJID); local 81 Iterator<Identity> i = info.getIdentities(); 90 new Gateway(connection,itemJID,info,identity)); 94 new Gateway(connection,itemJID,info,identity));
|