HomeSort by relevance Sort by last modified time
    Searched refs:custom_data (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/content/common/
drag_traits.h 33 IPC_STRUCT_TRAITS_MEMBER(custom_data)
  /external/chromium_org/content/public/common/
drop_data.h 68 std::map<base::string16, base::string16> custom_data; member in struct:content::DropData
  /external/chromium_org/content/browser/web_contents/
web_drag_source_gtk.cc 102 if (!drop_data.custom_data.empty())
103 targets_mask |= ui::CUSTOM_DATA;
276 case ui::CUSTOM_DATA: {
277 Pickle custom_data; local
278 ui::WriteCustomDataToPickle(drop_data_->custom_data, &custom_data);
281 ui::GetAtomForTarget(ui::CUSTOM_DATA),
283 reinterpret_cast<const guchar*>(custom_data.data()),
284 custom_data.size());
web_contents_drag_win.cc 338 if (!drop_data.custom_data.empty()) {
340 ui::WriteCustomDataToPickle(drop_data.custom_data, &pickle);
web_drag_dest_win.cc 92 ui::ClipboardUtil::GetWebCustomData(data_object, &drop_data->custom_data);
web_drag_dest_gtk.cc 131 ui::CUSTOM_DATA,
237 } else if (target == ui::GetAtomForTarget(ui::CUSTOM_DATA)) {
239 raw_data, data_length, &drop_data_->custom_data);
web_contents_view_aura.cc 259 if (!drop_data.custom_data.empty()) {
261 ui::WriteCustomDataToPickle(drop_data.custom_data, &pickle);
304 pickle.data(), pickle.size(), &drop_data->custom_data);
    [all...]
  /hardware/ti/omap4xxx/ion/
ion.c 86 struct ion_custom_data custom_data = { local
91 ret = ion_ioctl(fd, ION_IOC_CUSTOM, &custom_data);
  /external/chromium_org/ui/base/clipboard/
clipboard_util_win.h 52 std::map<string16, string16>* custom_data);
clipboard_util_win.cc 337 IDataObject* data_object, std::map<string16, string16>* custom_data) {
338 DCHECK(data_object && custom_data);
347 ReadCustomDataIntoMap(data.get(), data.Size(), custom_data);
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.cpp 100 struct ion_custom_data custom_data; local
109 memset(&custom_data, 0, sizeof(custom_data));
114 custom_data.cmd = cmd;
115 custom_data.arg = (unsigned long)&cache_inv_data;
121 ret = ioctl(mMemInfo[index].main_ion_fd, ION_IOC_CUSTOM, &custom_data);
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.cpp 100 struct ion_custom_data custom_data; local
109 memset(&custom_data, 0, sizeof(custom_data));
114 custom_data.cmd = cmd;
115 custom_data.arg = (unsigned long)&cache_inv_data;
121 ret = ioctl(mMemInfo[index].main_ion_fd, ION_IOC_CUSTOM, &custom_data);
  /external/chromium_org/content/renderer/
drop_data_builder.cc 47 result.custom_data.insert(
webclipboard_impl.cc 223 if (!data_object.custom_data.empty()) {
225 ui::WriteCustomDataToPickle(data_object.custom_data, &pickle);
  /external/chromium_org/ppapi/tests/
test_flash_clipboard.cc 170 std::string custom_data = "custom_data"; local
171 pp::VarArrayBuffer array_buffer(custom_data.size());
173 std::copy(custom_data.begin(), custom_data.end(), bytes);
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_channel.c 400 struct ion_custom_data custom_data; local
469 custom_data.cmd = ION_IOC_INV_CACHES;
470 custom_data.arg = &cache_inv_data;
473 if(ioctl(ion_fd, ION_IOC_CUSTOM, &custom_data) < 0)
483 custom_data.cmd = ION_IOC_INV_CACHES;
484 custom_data.arg = &cache_inv_data;
485 if(ioctl(ion_fd, ION_IOC_CUSTOM, &custom_data) < 0)
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.cpp 109 struct ion_custom_data custom_data; local
118 memset(&custom_data, 0, sizeof(custom_data));
123 custom_data.cmd = cmd;
124 custom_data.arg = (unsigned long)&cache_inv_data;
130 ret = ioctl(mMemInfo[index].main_ion_fd, ION_IOC_CUSTOM, &custom_data);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 202 struct ion_custom_data custom_data; local
212 memset(&custom_data, 0, sizeof(custom_data));
217 custom_data.cmd = cmd;
218 custom_data.arg = (unsigned long)&cache_inv_data;
225 if(ioctl(mem_info->main_ion_fd, ION_IOC_CUSTOM, &custom_data) < 0) {
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp 109 struct ion_custom_data custom_data; local
118 memset(&custom_data, 0, sizeof(custom_data));
123 custom_data.cmd = cmd;
124 custom_data.arg = (unsigned long)&cache_inv_data;
130 ret = ioctl(mMemInfo[index].main_ion_fd, ION_IOC_CUSTOM, &custom_data);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 202 struct ion_custom_data custom_data; local
212 memset(&custom_data, 0, sizeof(custom_data));
217 custom_data.cmd = cmd;
218 custom_data.arg = (unsigned long)&cache_inv_data;
225 if(ioctl(mem_info->main_ion_fd, ION_IOC_CUSTOM, &custom_data) < 0) {
  /development/ndk/platforms/android-3/include/linux/
input.h 666 __s16 *custom_data; member in struct:ff_periodic_effect
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
input.h 822 * @custom_data: buffer of samples (FF_CUSTOM only)
828 * Note: the data pointed by custom_data is copied by the driver.
841 __s16 *custom_data; member in struct:ff_periodic_effect
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 822 * @custom_data: buffer of samples (FF_CUSTOM only)
828 * Note: the data pointed by custom_data is copied by the driver.
841 __s16 *custom_data; member in struct:ff_periodic_effect
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 822 * @custom_data: buffer of samples (FF_CUSTOM only)
828 * Note: the data pointed by custom_data is copied by the driver.
841 __s16 *custom_data; member in struct:ff_periodic_effect
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
input.h 666 __s16 *custom_data; member in struct:ff_periodic_effect

Completed in 796 milliseconds

1 2 3