Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 62) sorted by relevance

123

/system/bt/btif/src/
Dstack_manager.c91 static void event_init_stack(void *context) { in event_init_stack()
118 static void event_start_up_stack(UNUSED_ATTR void *context) { in event_start_up_stack()
145 static void event_shut_down_stack(UNUSED_ATTR void *context) { in event_shut_down_stack()
173 static void event_clean_up_stack(UNUSED_ATTR void *context) { in event_clean_up_stack()
195 static void event_signal_stack_up(UNUSED_ATTR void *context) { in event_signal_stack_up()
202 static void event_signal_stack_down(UNUSED_ATTR void *context) { in event_signal_stack_down()
/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-sbc.c41 PRIVATE OI_STATUS FindSyncword(OI_CODEC_SBC_DECODER_CONTEXT *context, in FindSyncword()
98 static OI_STATUS DecodeBody(OI_CODEC_SBC_DECODER_CONTEXT *context, in DecodeBody()
182 PRIVATE OI_STATUS internal_DecodeRaw(OI_CODEC_SBC_DECODER_CONTEXT *context, in internal_DecodeRaw()
223 OI_STATUS OI_CODEC_SBC_DecoderReset(OI_CODEC_SBC_DECODER_CONTEXT *context, in OI_CODEC_SBC_DecoderReset()
233 OI_STATUS OI_CODEC_SBC_DecodeFrame(OI_CODEC_SBC_DECODER_CONTEXT *context, in OI_CODEC_SBC_DecodeFrame()
331 OI_STATUS OI_CODEC_SBC_SkipFrame(OI_CODEC_SBC_DECODER_CONTEXT *context, in OI_CODEC_SBC_SkipFrame()
425 PRIVATE void OI_SBC_ReadSamplesJoint4(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_BITSTREAM *global_b… in OI_SBC_ReadSamplesJoint4()
432 PRIVATE void OI_SBC_ReadSamplesJoint8(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_BITSTREAM *global_b… in OI_SBC_ReadSamplesJoint8()
449 PRIVATE void OI_SBC_ReadSamplesJoint(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_BITSTREAM *global_bs) in OI_SBC_ReadSamplesJoint()
Ddecoder-oina.c39 OI_STATUS OI_CODEC_SBC_DecoderConfigureRaw(OI_CODEC_SBC_DECODER_CONTEXT *context, in OI_CODEC_SBC_DecoderConfigureRaw()
101 OI_STATUS OI_CODEC_SBC_DecodeRaw(OI_CODEC_SBC_DECODER_CONTEXT *context, in OI_CODEC_SBC_DecodeRaw()
116 OI_STATUS OI_CODEC_SBC_DecoderLimit(OI_CODEC_SBC_DECODER_CONTEXT *context, in OI_CODEC_SBC_DecoderLimit()
Dsynthesis-sbc.c258 PRIVATE void OI_SBC_SynthFrame_80(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_INT16 *pcm, OI_UINT blk… in OI_SBC_SynthFrame_80()
289 PRIVATE void OI_SBC_SynthFrame_4SB(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_INT16 *pcm, OI_UINT bl… in OI_SBC_SynthFrame_4SB()
323 PRIVATE void OI_SBC_SynthFrame_Enhanced(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_INT16 *pcm, OI_UI… in OI_SBC_SynthFrame_Enhanced()
374 PRIVATE void OI_SBC_SynthFrame(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_INT16 *pcm, OI_UINT start_… in OI_SBC_SynthFrame()
Ddecoder-private.c42 INLINE OI_STATUS internal_DecoderReset(OI_CODEC_SBC_DECODER_CONTEXT *context, in internal_DecoderReset()
178 PRIVATE void OI_SBC_ReadSamples(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_BITSTREAM *global_bs) in OI_SBC_ReadSamples()
/system/bt/stack/btu/
Dbtu_task.c128 void btu_hci_msg_ready(fixed_queue_t *queue, UNUSED_ATTR void *context) { in btu_hci_msg_ready()
133 void btu_general_alarm_ready(fixed_queue_t *queue, UNUSED_ATTR void *context) { in btu_general_alarm_ready()
138 void btu_oneshot_alarm_ready(fixed_queue_t *queue, UNUSED_ATTR void *context) { in btu_oneshot_alarm_ready()
164 void btu_l2cap_alarm_ready(fixed_queue_t *queue, UNUSED_ATTR void *context) { in btu_l2cap_alarm_ready()
169 void btu_bta_msg_ready(fixed_queue_t *queue, UNUSED_ATTR void *context) { in btu_bta_msg_ready()
174 void btu_bta_alarm_ready(fixed_queue_t *queue, UNUSED_ATTR void *context) { in btu_bta_alarm_ready()
259 void btu_task_start_up(UNUSED_ATTR void *context) { in btu_task_start_up()
314 void btu_task_shut_down(UNUSED_ATTR void *context) { in btu_task_shut_down()
/system/bt/hci/src/
Dlow_power_manager.c180 static void idle_timer_expired(UNUSED_ATTR void *context) { in idle_timer_expired()
195 static void event_disable(UNUSED_ATTR void *context) { in event_disable()
199 static void event_enable(UNUSED_ATTR void *context) { in event_enable()
203 static void event_wake_assert(UNUSED_ATTR void *context) { in event_wake_assert()
207 static void event_allow_device_sleep(UNUSED_ATTR void *context) { in event_allow_device_sleep()
211 static void event_idle_timeout(UNUSED_ATTR void *context) { in event_idle_timeout()
Dhci_layer.c95 void *context; member
347 void *context) { in transmit_command()
399 static void event_finish_startup(UNUSED_ATTR void *context) { in event_finish_startup()
414 static void startup_timer_expired(UNUSED_ATTR void *context) { in startup_timer_expired()
422 static void event_postload(UNUSED_ATTR void *context) { in event_postload()
438 static void event_epilog(UNUSED_ATTR void *context) { in event_epilog()
447 static void epilog_timer_expired(UNUSED_ATTR void *context) { in epilog_timer_expired()
454 static void event_command_ready(fixed_queue_t *queue, UNUSED_ATTR void *context) { in event_command_ready()
473 static void event_packet_ready(fixed_queue_t *queue, UNUSED_ATTR void *context) { in event_packet_ready()
505 static void command_timed_out(UNUSED_ATTR void *context) { in command_timed_out()
Dhci_hal_mct.c181 … void event_event_stream_has_bytes(UNUSED_ATTR eager_reader_t *reader, UNUSED_ATTR void *context) { in event_event_stream_has_bytes()
185 …ic void event_acl_stream_has_bytes(UNUSED_ATTR eager_reader_t *reader, UNUSED_ATTR void *context) { in event_acl_stream_has_bytes()
Dhci_inject.c118 static void accept_ready(socket_t *socket, UNUSED_ATTR void *context) { in accept_ready()
144 static void read_ready(UNUSED_ATTR socket_t *socket, void *context) { in read_ready()
/system/bt/osi/src/
Dreactor.c50 void *context; // a context that's passed back to the *_ready functions. member
133 int fd, void *context, in reactor_register()
134 void (*read_ready)(void *context), in reactor_register()
135 void (*write_ready)(void *context)) { in reactor_register()
171 void (*read_ready)(void *context), in reactor_change_registration()
172 void (*write_ready)(void *context)) { in reactor_change_registration()
Dsocket.c45 void *context; // Not owned, do not free. member
196 void socket_register(socket_t *socket, reactor_t *reactor, void *context, socket_cb read_cb, socket… in socket_register()
220 static void internal_read_ready(void *context) { in internal_read_ready()
227 static void internal_write_ready(void *context) { in internal_write_ready()
Dthread.c54 void *context; member
131 bool thread_post(thread_t *thread, thread_fn func, void *context) { in thread_post()
191 void *context = thread->work_queue; in run_thread() local
215 static void work_queue_read_cb(void *context) { in work_queue_read_cb()
Deager_reader.c146 …ader_register(eager_reader_t *reader, reactor_t *reactor, eager_reader_cb read_cb, void *context) { in eager_reader_register()
231 static void inbound_data_waiting(void *context) { in inbound_data_waiting()
262 static void internal_outbound_read_ready(void *context) { in internal_outbound_read_ready()
/system/netd/server/
DMDnsSdListener.cpp69 Context *context = new Context(requestId, mListener); in discover() local
99 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerDiscoverCallback() local
161 Context *context = new Context(requestId, mListener); in serviceRegister() local
192 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerRegisterCallback() local
217 Context *context = new Context(requestId, mListener); in resolveService() local
247 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerResolveCallback() local
273 Context *context = new Context(requestId, mListener); in getAddrInfo() local
302 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerGetAddrInfoCallback() local
333 Context *context = new Context(requestId, mListener); in setHostname() local
359 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext); in MDnsSdListenerSetHostnameCallback() local
[all …]
/system/keymaster/include/keymaster/
Dasymmetric_key_factory.h30 AsymmetricKeyFactory(const KeymasterContext* context) : KeyFactory(context) {} in AsymmetricKeyFactory()
Dec_key_factory.h29 EcKeyFactory(const KeymasterContext* context) : AsymmetricKeyFactory(context) {} in EcKeyFactory()
Drsa_key_factory.h29 RsaKeyFactory(const KeymasterContext* context) : AsymmetricKeyFactory(context) {} in RsaKeyFactory()
Dkey_factory.h36 KeyFactory(const KeymasterContext* context) : context_(context) {} in KeyFactory()
/system/bt/btcore/src/
Dcounter.c172 bool counter_foreach(counter_iter_cb cb, void *context) { in counter_foreach()
250 static bool counter_foreach_cb_(hash_map_entry_t *hash_map_entry, void *context) { in counter_foreach_cb_()
308 static bool monitor_counter_iter_cb(const char *name, counter_data_t val, void *context) { in monitor_counter_iter_cb()
323 static void accept_ready(socket_t *socket, UNUSED_ATTR void *context) { in accept_ready()
353 static void read_ready(socket_t *socket, void *context) { in read_ready()
/system/bt/osi/test/
Deager_reader_test.cpp87 static void expect_data(eager_reader_t *reader, void *context) { in expect_data()
100 static void expect_data_multibyte(eager_reader_t *reader, void *context) { in expect_data_multibyte()
/system/bt/hci/test/
Dlow_power_manager_test.cpp46 static void flush_work_queue_item(UNUSED_ATTR void *context) { in flush_work_queue_item()
/system/extras/tests/memtest/
Dthumb.cpp8 extern "C" _Unwind_Reason_Code trace_function(_Unwind_Context *context, void *arg) in trace_function()
/system/keymaster/
Dhmac_key.h28 HmacKeyFactory(const KeymasterContext* context) : SymmetricKeyFactory(context) {} in HmacKeyFactory()
/system/core/libusbhost/
Dusbhost.c141 static void watch_existing_subdirs(struct usb_host_context *context, in watch_existing_subdirs()
162 struct usb_host_context *context = calloc(1, sizeof(struct usb_host_context)); in usb_host_init() local
176 void usb_host_cleanup(struct usb_host_context *context) in usb_host_cleanup()
182 int usb_host_get_fd(struct usb_host_context *context) in usb_host_get_fd()
187 int usb_host_load(struct usb_host_context *context, in usb_host_load()
226 int usb_host_read_event(struct usb_host_context *context) in usb_host_read_event()
304 void usb_host_run(struct usb_host_context *context, in usb_host_run()

123