Searched refs:active (Results 1 – 12 of 12) sorted by relevance
/hardware/msm7k/librpc/ |
D | svc.c | 75 int active; member 409 svc->active = getpid(); in svc_dispatch() 412 svc->active = 0; in svc_dispatch() 466 if (serv->active) { in svc_getargs() 477 if (serv->active) { in svc_freeargs() 490 if (serv->active) { in svc_sendreply() 523 if (serv->active) { in svcerr_decode() 538 if (serv->active) { in svcerr_systemerr() 553 if (serv->active) { in svcerr_noproc()
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | h264_utils.h | 219 active(false) in perf_metrics() 232 bool active; variable 376 bool active; member
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | h264_utils.cpp | 469 if (!active) in start() 472 active = true; in start() 479 if (active) in stop() 482 active = false; in stop() 500 active = false; in reset() 1556 panscan_node->active = false; in get_free() 1571 if (panscan_node->active && frame_ts < panscan_node->start_ts) in get_populated() 1577 panscan_node->active = true; in get_populated() 1594 panscan_node->active = true; in get_populated()
|
/hardware/ril/reference-ril/ |
D | ril.h | 193 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member 214 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
|
D | reference-ril.c | 431 responses[i].active = -1; in requestOrSendDataCallList() 452 err = at_tok_nextint(&line, &response->active); in requestOrSendDataCallList()
|
/hardware/ril/include/telephony/ |
D | ril.h | 193 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member 214 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | msm8960_use_cases.h | 127 int active; member
|
D | alsa_ucm.c | 559 if (dev_node->capability == CAP_RX && dev_node->active == 1) { in check_devices_for_voice_call() 561 } else if (dev_node->capability == CAP_TX && dev_node->active == 1) { in check_devices_for_voice_call() 3724 node->active = 0; in snd_ucm_add_ident_to_list() 3757 return(head->active); in snd_ucm_get_status_at_index() 3804 head->active = status; in snd_ucm_set_status_at_index() 3911 temp2->active = 0; in snd_ucm_del_ident_from_list()
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
D | fimg2d.h | 446 atomic_t active; member
|
/hardware/qcom/msm8960/original-kernel-headers/media/ |
D | msm_camera.h | 597 uint8_t active; member 612 uint8_t active; member
|
/hardware/qcom/msm8960/kernel-headers/media/ |
D | msm_camera.h | 550 uint8_t active; member 569 uint8_t active; member
|
/hardware/ril/libril/ |
D | ril.cpp | 1593 p.writeInt32(p_cur[i].active); in responseDataCallListV4() 1599 (p_cur[i].active==0)?"down":"up", in responseDataCallListV4() 1638 p.writeInt32(p_cur[i].active); in responseDataCallList() 1648 (p_cur[i].active==0)?"down":"up", in responseDataCallList()
|