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

  /system/bt/service/doc/
IBluetoothGattClient.txt 78 * |characteristic_id| with the value |value|. The |write_type| parameter
96 in int write_type,
116 * |descriptor_id| with the value |value|. The |write_type| parameter
134 in int write_type,
  /system/bt/bta/gatt/
bta_gattc_api.c 415 ** write_type - type of write.
424 tBTA_GATTC_WRITE_TYPE write_type,
437 p_buf->write_type = write_type;
456 ** write_type - write type.
464 tBTA_GATTC_WRITE_TYPE write_type,
479 p_buf->write_type = write_type;
518 p_buf->write_type = BTA_GATTC_WRITE_PREPARE;
bta_gattc_int.h 136 tBTA_GATTC_WRITE_TYPE write_type; member in struct:__anon73276
bta_gattc_act.c     [all...]
  /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;
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 307 int write_type, int len, int auth_req,
315 int write_type, int len,
  /system/bt/btif/src/
btif_gatt_client.c 196 uint8_t write_type; member in struct:__anon73771
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c 82 tBTA_GATTC_WRITE_TYPE write_type; member in struct:__anon73347
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;
2360 tBTA_GATTC_WRITE_TYPE write_type = BTA_GATTC_TYPE_WRITE; local
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 807 ** write_type - type of write.
816 tBTA_GATTC_WRITE_TYPE write_type,
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 1412 milliseconds