Searched defs:write (Results 1 - 15 of 15) sorted by relevance

/hardware/intel/img/libdrm/tests/
H A Dgem_readwrite.c61 struct drm_i915_gem_pwrite write; local
63 memset(&write, 0, sizeof(write));
64 write.handle = handle;
65 write.data_ptr = (uintptr_t)buf;
66 write.size = size;
67 write.offset = offset;
69 return ioctl(fd, DRM_IOCTL_I915_GEM_PWRITE, &write);
104 printf("Testing full write of buffer\n");
114 printf("Testing partial write o
[all...]
H A Dgem_mmap.c61 struct drm_i915_gem_pwrite write; local
63 memset(&write, 0, sizeof(write));
64 write.handle = handle;
65 write.data_ptr = (uintptr_t)buf;
66 write.size = size;
67 write.offset = offset;
69 return ioctl(fd, DRM_IOCTL_I915_GEM_PWRITE, &write);
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamOutALSA.cpp110 ssize_t AudioStreamOutALSA::write(const void *buffer, size_t bytes) function in class:android_audio_legacy::AudioStreamOutALSA
115 ALOGV("write:: buffer %p, bytes %d", buffer, bytes);
198 ALOGE("write:: device open failed");
266 ALOGE("write:: device re-open failed");
/hardware/intel/img/libdrm/libdrm/radeon/
H A Dradeon_bo.h68 int (*bo_map)(struct radeon_bo *bo, int write);
146 int write,
151 return bo->bom->funcs->bo_map(bo, write);
145 _radeon_bo_map(struct radeon_bo *bo, int write, const char *file, const char *func, int line) argument
H A Dradeon_bo_gem.c148 static int bo_map(struct radeon_bo *bo, int write) argument
/hardware/libhardware/include/hardware/
H A Dnfc.h44 * 2) Core NCI stack executes CORE_RESET and CORE_INIT through calls to write()
47 * 5) Core NCI stack starts discovery through calls to write()
48 * 6) Core NCI stack stops discovery through calls to write() (e.g. screen turns off)
50 * 8) Core NCI stack starts discovery through calls to write()
131 * the write() call.
143 * (*write)() Performs an NCI write.
148 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data); member in struct:nfc_nci_device
257 /* The number of EEPROM registers to write */
H A Daudio.h250 /* type of asynchronous write callback events. Mutually exclusive */
252 STREAM_CBK_EVENT_WRITE_READY, /* non blocking write completed */
302 * the write() is not allowed to block. It must write only the number of
304 * this byte count. If this is less than the requested write size the
308 ssize_t (*write)(struct audio_stream_out *stream, const void* buffer, member in struct:audio_stream_out
318 * get the local time at which the next write to the audio driver will be presented.
326 * write and drain.
327 * Calling this function implies that all future write() and drain()
/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.cpp174 ::write(fd, result.string(), result.size());
233 ssize_t AudioStreamOutGeneric::write(const void* buffer, size_t bytes) function in class:android_audio_legacy::AudioStreamOutGeneric
236 return ssize_t(::write(mFd, buffer, bytes));
266 ::write(fd, result.string(), result.size());
374 ::write(fd, result.string(), result.size());
H A DAudioHardwareStub.cpp107 ::write(fd, result.string(), result.size());
128 ssize_t AudioStreamOutStub::write(const void* buffer, size_t bytes) function in class:android_audio_legacy::AudioStreamOutStub
152 ::write(fd, result.string(), result.size());
199 ::write(fd, result.string(), result.size());
H A DA2dpAudioInterface.cpp275 ssize_t A2dpAudioInterface::A2dpAudioStreamOut::write(const void* buffer, size_t bytes) function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
284 ALOGV("A2dpAudioStreamOut::write(), but bluetooth disabled \
H A DAudioDumpInterface.cpp279 ssize_t AudioStreamOutDump::write(const void* buffer, size_t bytes) function in class:android::AudioStreamOutDump
284 ret = mFinalStream->write(buffer, bytes);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp57 size_t write(const char* s, uint32_t val) { function in struct:__anon1534::IOFile
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp57 size_t write(const char* s, uint32_t val) { function in struct:__anon1458::IOFile
359 (void)fp.write("%d", format3D);
369 (void)fp.write("%d", orientation);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp56 size_t write(const char* s, uint32_t val) { function in struct:__anon1597::IOFile
282 (void)fp.write("%d", format3D);
292 (void)fp.write("%d", orientation);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp56 size_t write(const char* s, uint32_t val) { function in struct:__anon1668::IOFile
349 (void)fp.write("%d", format3D);
359 (void)fp.write("%d", orientation);

Completed in 841 milliseconds