OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:affileoffset
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
af_vfs.h
40
AFfileoffset
(*length) (AFvirtualfile *vfile);
43
AFfileoffset
(*seek) (AFvirtualfile *vfile,
AFfileoffset
offset, int is_relative);
44
AFfileoffset
(*tell) (AFvirtualfile *vfile);
audiofile.h
48
// Define AFframecount and
AFfileoffset
as 64-bit signed integers.
59
typedef off_t
AFfileoffset
;
63
typedef int64_t
AFfileoffset
;
452
AFfileoffset
afGetTrackBytes (AFfilehandle, int track);
534
void afInitDataOffset(AFfilesetup, int track,
AFfileoffset
offset);
535
AFfileoffset
afGetDataOffset (AFfilehandle, int track);
/external/esd/include/
audiofile.h
49
typedef off_t
AFfileoffset
;
436
AFfileoffset
afGetTrackBytes (AFfilehandle, int track);
535
void afInitDataOffset(AFfilesetup, int track,
AFfileoffset
offset);
536
AFfileoffset
afGetDataOffset (AFfilehandle, int track);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
audiofile.h
49
typedef off_t
AFfileoffset
;
436
AFfileoffset
afGetTrackBytes (AFfilehandle, int track);
535
void afInitDataOffset(AFfilesetup, int track,
AFfileoffset
offset);
536
AFfileoffset
afGetDataOffset (AFfilehandle, int track);
Completed in 233 milliseconds