HomeSort by relevance Sort by last modified time
    Searched defs:write_type (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
transform_detail.hpp 61 typedef typename TypeVec<D, shift>::vec_type write_type; typedef in struct:cv::cuda::device::transform_detail::UnaryReadWriteTraits
68 typedef typename TypeVec<D, shift>::vec_type write_type; typedef in struct:cv::cuda::device::transform_detail::BinaryReadWriteTraits
212 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::write_type write_type; typedef
226 write_type dst_n_el = ((const write_type*)dst)[x];
230 ((write_type*)dst)[x] = dst_n_el;
262 typedef typename BinaryReadWriteTraits<T1, T2, D, ft::smart_shift>::write_type write_type; typedef
278 write_type dst_n_el = ((const write_type*)dst)[x]
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
transform.hpp 188 typedef typename MakeVec<DstType, SHIFT>::type write_type; typedef
202 write_type dst_n_el = ((const write_type*)dst)[x];
206 ((write_type*)dst)[x] = dst_n_el;
224 typedef typename MakeVec<DstType, SHIFT>::type write_type; typedef
240 write_type dst_n_el = ((const write_type*)dst)[x];
244 ((write_type*)dst)[x] = dst_n_el;
  /system/bt/bta/gatt/
bta_gattc_int.h 136 tBTA_GATTC_WRITE_TYPE write_type; member in struct:__anon71748
  /system/bt/bta/hh/
bta_hh_le.c 82 tBTA_GATTC_WRITE_TYPE write_type; member in struct:__anon71819
182 BTA_GATTC_WriteCharValue(op->conn_id, p_char->handle, op->write_type, op->len,
215 UINT8 *p_value, tBTA_GATTC_WRITE_TYPE write_type) {
224 op->write_type = write_type;
2323 tBTA_GATTC_WRITE_TYPE write_type = BTA_GATTC_TYPE_WRITE; local
    [all...]
  /system/bt/btif/src/
btif_gatt_client.c 196 uint8_t write_type; member in struct:__anon72242
    [all...]

Completed in 296 milliseconds