/hardware/nxp/nfc/halimpl/tml/ |
D | phOsalNfc_Timer.cc | 74 static struct sigevent se; in phOsalNfc_Timer_Create() local 78 se.sigev_notify = SIGEV_THREAD; in phOsalNfc_Timer_Create() 79 se.sigev_notify_function = phOsalNfc_Timer_Expired; in phOsalNfc_Timer_Create() 80 se.sigev_notify_attributes = NULL; in phOsalNfc_Timer_Create() 89 se.sigev_value.sival_int = (int)dwTimerId; in phOsalNfc_Timer_Create() 91 if (timer_create(CLOCK_REALTIME, &se, &(pTimerHandle->hTimerHandle)) == in phOsalNfc_Timer_Create()
|
/hardware/broadcom/libbt/src/ |
D | upio.c | 424 struct sigevent se; in upio_set() local 426 se.sigev_notify = SIGEV_THREAD; in upio_set() 427 se.sigev_value.sival_ptr = &lpm_proc_cb.timer_id; in upio_set() 428 se.sigev_notify_function = proc_btwrite_timeout; in upio_set() 429 se.sigev_notify_attributes = NULL; in upio_set() 431 status = timer_create(CLOCK_MONOTONIC, &se, in upio_set()
|
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | oslo_package_test.c | 114 struct iaxxx_set_event se; in main() local 222 se.inst_id = 3; in main() 223 se.event_enable_mask = 0x7; in main() 224 se.block_id = 1; in main() 225 err = ioctl(fileno(odsp_node), ODSP_PLG_SET_EVENT, (unsigned long)&se); in main() 338 se.inst_id = 3; in main() 339 se.event_enable_mask = 0x0; in main() 340 se.block_id = 1; in main() 341 err = ioctl(fileno(odsp_node), ODSP_PLG_SET_EVENT, (unsigned long)&se); in main()
|
/hardware/interfaces/vibrator/1.3/example/ |
D | Vibrator.cpp | 33 sigevent se{}; in Vibrator() local 34 se.sigev_notify = SIGEV_THREAD; in Vibrator() 35 se.sigev_value.sival_ptr = this; in Vibrator() 36 se.sigev_notify_function = timerCallback; in Vibrator() 37 se.sigev_notify_attributes = nullptr; in Vibrator() 39 if (timer_create(CLOCK_REALTIME, &se, &mTimer) < 0) { in Vibrator()
|
/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
D | libse-gto.pc.in | 7 Description: Library for something with se-gto
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | iaxxx_odsp_hw.c | 1033 struct iaxxx_set_event se; in iaxxx_odsp_plugin_setevent() local 1046 se.block_id = block_id; in iaxxx_odsp_plugin_setevent() 1047 se.event_enable_mask = eventEnableMask; in iaxxx_odsp_plugin_setevent() 1048 se.inst_id = inst_id; in iaxxx_odsp_plugin_setevent() 1050 ODSP_PLG_SET_EVENT, (unsigned long)&se); in iaxxx_odsp_plugin_setevent()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | h264_utils.h | 173 int32 se ();
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | h264_utils.h | 135 int32 se ();
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 178 int32 se ();
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 178 int32 se ();
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 178 int32 se ();
|
/hardware/qcom/msm8998/json-c/ |
D | ChangeLog | 166 Johan Bj�rklund, johbjo09 at kth dot se 212 spotted by Johan Bj�rklund (johbjo09 at kth.se)
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 147 int32 RbspParser::se () in se() function in RbspParser
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | h264_utils.cpp | 156 int32 RbspParser::se () in se() function in RbspParser
|
/hardware/qcom/sm8150/media/libarbitrarybytes/src/ |
D | h264_utils.cpp | 145 int32 RbspParser::se () in se() function in RbspParser
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 147 int32 RbspParser::se () in se() function in RbspParser
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 147 int32 RbspParser::se () in se() function in RbspParser
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 309 * A channel mask per se only defines the presence or absence of a channel, not
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 305 * A channel mask per se only defines the presence or absence of a channel, not
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 339 * A channel mask per se only defines the presence or absence of a channel, not
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 333 * A channel mask per se only defines the presence or absence of a channel, not
|