OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cb_count
(Results
1 - 15
of
15
) sorted by null
/system/bt/service/test/
gatt_server_unittest.cpp
389
int
cb_count
= 0;
local
393
cb_count
++;
431
EXPECT_EQ(0,
cb_count
);
440
EXPECT_EQ(0,
cb_count
);
449
EXPECT_EQ(0,
cb_count
);
454
EXPECT_EQ(0,
cb_count
);
459
EXPECT_EQ(1,
cb_count
);
474
int
cb_count
= 0;
local
478
cb_count
++;
495
EXPECT_EQ(1,
cb_count
);
573
int
cb_count
= 0;
local
754
int
cb_count
= 0;
local
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
boto_resumable_upload.py
297
# The
cb_count
represents the number of full buffers to send between
300
cb_count
= file_length / self.BUFFER_SIZE / (num_cb-2)
302
cb_count
= -1
304
cb_count
= 0
340
if i ==
cb_count
or
cb_count
== -1:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
key.py
[
all
...]
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c
344
if (my_obj->buf_cb[i].
cb_count
!= 0) {
354
if (my_obj->buf_cb[i].
cb_count
> 0) {
355
my_obj->buf_cb[i].
cb_count
--;
356
if (0 == my_obj->buf_cb[i].
cb_count
) {
644
cb.
cb_count
= my_obj->num_stream_cb_times; /* reigstration cb times */
645
if (cb.
cb_count
== 0) {
646
cb.
cb_count
= 1;
[
all
...]
mm_camera_channel.c
789
stream_obj->buf_cb[0].
cb_count
= -1; /* infinite by default */
[
all
...]
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
205
/*
cb_count
= -1: infinite
206
*
cb_count
> 0: register only for required times */
207
int8_t
cb_count
;
member in struct:__anon3971
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
205
/*
cb_count
= -1: infinite
206
*
cb_count
> 0: register only for required times */
207
int8_t
cb_count
;
member in struct:__anon4882
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
195
/*
cb_count
= -1: infinite
196
*
cb_count
> 0: register only for required times */
197
int8_t
cb_count
;
member in struct:__anon6026
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
274
&& (buf_cb->
cb_count
!= 0)) {
280
if (buf_cb->
cb_count
> 0) {
281
buf_cb->
cb_count
--;
282
if (0 == buf_cb->
cb_count
) {
409
if (my_obj->buf_cb[i].
cb_count
!= 0) {
426
if (my_obj->buf_cb[i].
cb_count
> 0) {
427
my_obj->buf_cb[i].
cb_count
--;
428
if (0 == my_obj->buf_cb[i].
cb_count
) {
[
all
...]
mm_camera.c
[
all
...]
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h
199
/*
cb_count
= -1: infinite
200
*
cb_count
> 0: register only for required times */
201
int8_t
cb_count
;
member in struct:__anon5626
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
218
/*
cb_count
= -1: infinite
219
*
cb_count
> 0: register only for required times */
220
int8_t
cb_count
;
member in struct:__anon32953
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
354
if (my_obj->buf_cb[i].
cb_count
!= 0) {
371
if (my_obj->buf_cb[i].
cb_count
> 0) {
372
my_obj->buf_cb[i].
cb_count
--;
373
if (0 == my_obj->buf_cb[i].
cb_count
) {
[
all
...]
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
354
if (my_obj->buf_cb[i].
cb_count
!= 0) {
371
if (my_obj->buf_cb[i].
cb_count
> 0) {
372
my_obj->buf_cb[i].
cb_count
--;
373
if (0 == my_obj->buf_cb[i].
cb_count
) {
[
all
...]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
269
if (my_obj->buf_cb[i].
cb_count
!= 0) {
286
if (my_obj->buf_cb[i].
cb_count
> 0) {
287
my_obj->buf_cb[i].
cb_count
--;
288
if (0 == my_obj->buf_cb[i].
cb_count
) {
804
my_obj->buf_cb[0].
cb_count
= -1; /* infinite by default */
[
all
...]
Completed in 2204 milliseconds