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

  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 181 update_count = 0
212 update_count = update_count + 1
215 logging.info('Server-side updates: ' + str(update_count))
  /external/adhd/cras/src/server/
cras_system_state.c 43 * update_lock - Protects the update_count, as audio threads can update the
501 __sync_fetch_and_add(&state.exp_state->update_count, 1);
507 __sync_fetch_and_add(&state.exp_state->update_count, 1);
  /external/adhd/cras/src/common/
cras_types.h 296 * update_count - Incremented twice each time the struct is updated. Odd
333 uint32_t update_count; member in struct:cras_server_state
  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp 312 // Starting at offset descriptor of given binding, parse over update_count
316 bool cvdescriptorset::DescriptorSetLayout::VerifyUpdateConsistency(uint32_t current_binding, uint32_t offset, uint32_t update_count,
331 while (update_count > binding_remaining) { // While our updates overstep current binding
336 << update_count
343 update_count -= binding_remaining;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
descriptor_sets.cpp 239 // Starting at offset descriptor of given binding, parse over update_count
243 bool cvdescriptorset::DescriptorSetLayout::VerifyUpdateConsistency(uint32_t current_binding, uint32_t offset, uint32_t update_count,
258 while (update_count > binding_remaining) { // While our updates overstep current binding
263 << update_count << " descriptors being updated but this update oversteps the bounds of this binding and the "
269 update_count -= binding_remaining;
    [all...]
  /system/bt/bta/gatt/
bta_gattc_int.h 210 uint8_t update_count; /* indication received */ member in struct:__anon1315
bta_gattc_act.cc 649 p_clcb->p_srcb->update_count = 0;
    [all...]
  /external/tensorflow/tensorflow/contrib/metrics/python/ops/
metric_ops.py     [all...]
  /external/adhd/cras/src/libcras/
cras_client.c     [all...]

Completed in 513 milliseconds