OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lock_fd
(Results
1 - 5
of
5
) sorted by null
/system/bt/osi/test/
AlarmTestHarness.cpp
95
int
lock_fd
= open(lock_path_.c_str(), O_RDONLY);
local
96
assert(
lock_fd
>= 0);
102
fstat(
lock_fd
, &lock_stat);
108
MAP_PRIVATE,
lock_fd
, 0);
123
close(
lock_fd
);
/hardware/qcom/bt/msm8909/libbt-vendor/src/
bt_vendor_qcom.c
343
int
lock_fd
;
local
361
lock_fd
= bt_semaphore_create();
362
bt_semaphore_get(
lock_fd
);
375
bt_semaphore_release(
lock_fd
);
376
bt_semaphore_destroy(
lock_fd
);
398
bt_semaphore_release(
lock_fd
);
399
bt_semaphore_destroy(
lock_fd
);
409
bt_semaphore_release(
lock_fd
);
410
bt_semaphore_destroy(
lock_fd
);
442
bt_semaphore_release(
lock_fd
);
[
all
...]
/hardware/qcom/bt/msm8992/libbt-vendor/src/
bt_vendor_qcom.c
330
int
lock_fd
;
local
348
lock_fd
= bt_semaphore_create();
349
bt_semaphore_get(
lock_fd
);
362
bt_semaphore_release(
lock_fd
);
363
bt_semaphore_destroy(
lock_fd
);
385
bt_semaphore_release(
lock_fd
);
386
bt_semaphore_destroy(
lock_fd
);
396
bt_semaphore_release(
lock_fd
);
397
bt_semaphore_destroy(
lock_fd
);
429
bt_semaphore_release(
lock_fd
);
[
all
...]
/hardware/qcom/bt/msm8996/libbt-vendor/src/
bt_vendor_qcom.c
356
int
lock_fd
;
local
374
lock_fd
= bt_semaphore_create();
375
bt_semaphore_get(
lock_fd
);
388
bt_semaphore_release(
lock_fd
);
389
bt_semaphore_destroy(
lock_fd
);
411
bt_semaphore_release(
lock_fd
);
412
bt_semaphore_destroy(
lock_fd
);
422
bt_semaphore_release(
lock_fd
);
423
bt_semaphore_destroy(
lock_fd
);
456
bt_semaphore_release(
lock_fd
);
[
all
...]
/device/google/contexthub/util/nanotool/
androidcontexthub.cpp
156
int
lock_fd
= open(kLockFile, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
local
157
if (
lock_fd
< 0) {
163
close(
lock_fd
);
Completed in 296 milliseconds