/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/VirtualMemoryAccess/ |
VirtualMemoryAccess.h | 36 IN EFI_PHYSICAL_ADDRESS MappedAddress
43 IN EFI_PHYSICAL_ADDRESS MappedAddress,
|
/device/linaro/hikey/gralloc960/ |
gralloc_module_ion.cpp | 42 unsigned char *mappedAddress; 73 mappedAddress = (unsigned char*)mmap( NULL, size, PROT_READ | PROT_WRITE, 76 if ( MAP_FAILED == mappedAddress ) 83 hnd->base = (void*)(uintptr_t(mappedAddress) + hnd->offset);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
_dbg_LOAD_IMAGE.h | 26 PUCHAR MappedAddress;
|
/hardware/qcom/display/msm8084/libgralloc/ |
mapper.cpp | 62 void *mappedAddress; 67 int err = memalloc->map_buffer(&mappedAddress, size, 69 if(err || mappedAddress == MAP_FAILED) { 76 hnd->base = intptr_t(mappedAddress) + hnd->offset; 77 mappedAddress = MAP_FAILED; 79 err = memalloc->map_buffer(&mappedAddress, size, 81 if(err || mappedAddress == MAP_FAILED) { 87 hnd->base_metadata = intptr_t(mappedAddress) + hnd->offset_metadata;
|
/hardware/qcom/display/msm8226/libgralloc/ |
mapper.cpp | 62 void *mappedAddress; 67 int err = memalloc->map_buffer(&mappedAddress, size, 69 if(err || mappedAddress == MAP_FAILED) { 76 hnd->base = uint64_t(mappedAddress) + hnd->offset; 77 mappedAddress = MAP_FAILED; 79 err = memalloc->map_buffer(&mappedAddress, size, 81 if(err || mappedAddress == MAP_FAILED) { 87 hnd->base_metadata = uint64_t(mappedAddress) + hnd->offset_metadata;
|
/hardware/qcom/display/msm8909/libgralloc/ |
mapper.cpp | 69 void *mappedAddress; 74 err = memalloc->map_buffer(&mappedAddress, size, 76 if(err || mappedAddress == MAP_FAILED) { 83 hnd->base = uint64_t(mappedAddress) + hnd->offset; 88 mappedAddress = MAP_FAILED; 90 err = memalloc->map_buffer(&mappedAddress, size, 92 if(err || mappedAddress == MAP_FAILED) { 98 hnd->base_metadata = uint64_t(mappedAddress) + hnd->offset_metadata;
|
/hardware/qcom/display/msm8960/libgralloc/ |
mapper.cpp | 61 void *mappedAddress; 66 int err = memalloc->map_buffer(&mappedAddress, size, 68 if(err || mappedAddress == MAP_FAILED) { 75 hnd->base = intptr_t(mappedAddress) + hnd->offset; 76 mappedAddress = MAP_FAILED; 78 err = memalloc->map_buffer(&mappedAddress, size, 80 if(err || mappedAddress == MAP_FAILED) { 86 hnd->base_metadata = intptr_t(mappedAddress) + hnd->offset_metadata;
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
SubjectAlternativeNameTest.java | 40 byte[] mappedAddress = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 127, 0, 0, 1 }; 41 String decoded = formatIpAddress(mappedAddress);
|
/hardware/libhardware/modules/gralloc/ |
mapper.cpp | 44 void* mappedAddress = mmap(0, size, 46 if (mappedAddress == MAP_FAILED) { 50 hnd->base = uintptr_t(mappedAddress) + hnd->offset; 52 // hnd->fd, hnd->offset, hnd->size, mappedAddress);
|
/hardware/qcom/display/msm8994/libgralloc/ |
mapper.cpp | 64 void *mappedAddress = MAP_FAILED; 67 mappedAddress = MAP_FAILED; 69 int ret = memalloc->map_buffer(&mappedAddress, size, 71 if(ret || mappedAddress == MAP_FAILED) { 76 hnd->base_metadata = uint64_t(mappedAddress); 92 void *mappedAddress = MAP_FAILED; 99 err = memalloc->map_buffer(&mappedAddress, size, 101 if(err || mappedAddress == MAP_FAILED) { 107 hnd->base = uint64_t(mappedAddress);
|
/hardware/qcom/display/msm8996/libgralloc/ |
mapper.cpp | 64 void *mappedAddress = MAP_FAILED; 67 mappedAddress = MAP_FAILED; 69 int ret = memalloc->map_buffer(&mappedAddress, size, 71 if(ret || mappedAddress == MAP_FAILED) { 76 hnd->base_metadata = uint64_t(mappedAddress); 92 void *mappedAddress = MAP_FAILED; 99 err = memalloc->map_buffer(&mappedAddress, size, 101 if(err || mappedAddress == MAP_FAILED) { 107 hnd->base = uint64_t(mappedAddress);
|
/hardware/qcom/display/sdm845/libgralloc/ |
mapper.cpp | 62 void *mappedAddress = MAP_FAILED; 65 mappedAddress = MAP_FAILED; 67 int ret = memalloc->map_buffer(&mappedAddress, size, 69 if(ret || mappedAddress == MAP_FAILED) { 74 hnd->base_metadata = uint64_t(mappedAddress) + hnd->offset_metadata; 90 void *mappedAddress = MAP_FAILED; 97 err = memalloc->map_buffer(&mappedAddress, size, 99 if(err || mappedAddress == MAP_FAILED) { 105 hnd->base = uint64_t(mappedAddress) + hnd->offset;
|
/device/linaro/hikey/gralloc/ |
gralloc_module.cpp | 139 unsigned char *mappedAddress; 172 mappedAddress = (unsigned char *)mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, hnd->share_fd, 0); 174 if (MAP_FAILED == mappedAddress) 181 hnd->base = mappedAddress + hnd->offset;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
storport.h | 91 IN PVOID MappedAddress);
|
srb.h | 566 IN PVOID MappedAddress);
|
video.h | 893 IN PVOID MappedAddress); [all...] |
/external/google-breakpad/src/common/windows/ |
pdb_source_line_writer.cc | 689 img->MappedAddress, 700 img->MappedAddress, 708 img->MappedAddress, 772 img->MappedAddress, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntdddisk.h | 589 PVOID MappedAddress;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 29 PUCHAR MappedAddress; [all...] |
/external/vulkan-validation-layers/tests/ |
layer_validation_tests.cpp | [all...] |