OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_event
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c
170
BT_HDR *
p_event
;
local
211
if ((
p_event
= (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
213
p_event
->layer_specific = handle;
214
p_event
->event = BTA_PAN_RX_FROM_BNEP_READY_EVT;
215
bta_sys_sendmsg(
p_event
);
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c
235
void setup_dmp(char *dev_path, int
p_event
){
290
ret = write_sysfs_int_and_verify("dmp_event_int_on", sysfs_path,
p_event
);
452
int
p_event
= 0, nodmp = 0;
local
472
p_event
= 1;
566
setup_dmp(dev_dir_name,
p_event
);
628
if (
p_event
) {
662
if (0 ==
p_event
) {
Completed in 1529 milliseconds