OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dma_buf
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.h
40
Uint8 *
dma_buf
;
member in struct:SDL_PrivateAudioData
53
#define
dma_buf
(this->hidden->
dma_buf
)
macro
SDL_dmaaudio.c
235
return (
dma_buf
+ (filling * this->spec.size));
240
if (
dma_buf
!= NULL ) {
241
munmap(
dma_buf
, dma_len);
242
dma_buf
= NULL;
326
dma_buf
= NULL;
423
dma_buf
= (Uint8 *)mmap(NULL, dma_len, PROT_WRITE, MAP_SHARED,
425
if (
dma_buf
== MAP_FAILED ) {
427
dma_buf
= NULL;
430
SDL_memset(
dma_buf
, spec->silence, dma_len);
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h
266
struct
dma_buf
*
dma_buf
;
member in struct:fimg2d_dma
/external/kernel-headers/original/linux/
ion.h
341
* Deprecated in favor of using the
dma_buf
api's correctly (syncing
/hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h
614
* Deprecated in favor of using the
dma_buf
api's correctly (syncing
Completed in 130 milliseconds