Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dccp.rst4 This document describes how to run the call control functionality, both as
14 laptops. The call control client will also thus typically be the advertiser.
15 The client can control the states of calls on a server using the call control
32 call IDs, and all call indexes shall be on the same TBS instance.
47 originate :Originate a call [<{instance_index, gtbs}>]
49 terminate :terminate a call [<{instance_index, gtbs}>]
51 accept :Accept a call [<{instance_index, gtbs}>] <id>
52 hold :Place a call on hold [<{instance_index,
54 retrieve :Retrieve a held call [<{instance_index,
72 read_uri :Read the incoming call target URI
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c158 struct bt_tbs_call *call; in lookup_call() local
164 call = lookup_call_in_inst(&gtbs_inst, call_index); in lookup_call()
165 if (call != NULL) { in lookup_call()
166 return call; in lookup_call()
170 call = lookup_call_in_inst(&svc_insts[i], call_index); in lookup_call()
171 if (call != NULL) { in lookup_call()
172 return call; in lookup_call()
332 const struct bt_tbs_call *call; in next_free_call_index() local
342 call = lookup_call(next_call_index); in next_free_call_index()
343 if (call == NULL) { in next_free_call_index()
[all …]
/Zephyr-latest/arch/x86/core/ia32/
Dintstub.S93 call z_x86_trampoline_to_kernel
163 call sys_trace_isr_enter
172 call *%edx
181 call sys_trace_isr_exit
191 call runtime_irq_stats
243 call z_check_stack_sentinel
246 call arch_swap
289 call z_check_stack_sentinel
324 call pm_system_resume
388 call z_x86_spurious_irq
Dcrt0.S228 call z_data_copy
262 call z_x86_early_tls_update_gdt
267 call z_bss_zero_boot
270 call z_bss_zero_pinned
278 call z_bss_zero
291 call z_prep_c /* enter kernel; never returns */
Dswap.S71 call z_thread_mark_switched_out
113 call z_x86_swap_update_page_tables
309 call z_x86_tls_update_gdt
349 call z_thread_mark_switched_in
/Zephyr-latest/samples/bluetooth/handsfree_ag/
DKconfig14 bool "The simulate call: outgoing (y), incoming (n)"
17 int "The delay time used to start simulating a call after AG connection"
22 call. The unit is ms.
/Zephyr-latest/arch/riscv/core/
Dswitch.S60 call z_riscv_fpu_thread_context_switch
67 call z_riscv_pmp_stackguard_enable
79 call z_riscv_pmp_usermode_enable
86 call z_thread_mark_switched_in
Dreset.S31 call __initialize
86 call _WdogInit
93 call z_prep_c
/Zephyr-latest/scripts/west_commands/tests/
Dtest_xsdb.py6 from unittest.mock import patch, call
61 assert check_call.call_args_list == [call(tc["expected_cmd"])]
87 assert check_call.call_args_list == [call(tc["expected_cmd"])]
Dtest_dediprog.py8 from unittest.mock import patch, call
57 assert cc.call_args_list == [call(EXPECTED_COMMAND[tc])]
77 assert cc.call_args_list == [call(EXPECTED_COMMAND[tc])]
Dtest_gd32isp.py7 from unittest.mock import patch, call
54 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS_DEFAULT]
71 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS]
Dtest_bossac.py10 from unittest.mock import patch, call
191 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS]
228 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS]
266 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS_WITH_SPEED]
303 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS_WITH_ERASE]
344 call(x) for x in EXPECTED_COMMANDS_WITH_FLASH_ADDRESS
381 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS]
416 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS_WITH_EXTENDED]
450 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS_WITH_EXTENDED]
485 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS]
Dtest_dfu_util.py8 from unittest.mock import patch, call
89 assert req.call_args_list == [call(exe)]
90 assert cc.call_args_list == [call(EXPECTED_COMMAND[tc])]
144 assert req.call_args_list == [call(exe or DFU_UTIL)]
145 assert cc.call_args_list == [call(EXPECTED_COMMAND[map_tc])]
Dtest_mdb.py8 from unittest.mock import call
223 cc_calls = [call(TEST_NSIM_CORE1, cwd=RC_BUILD_DIR), call(TEST_NSIM_CORE2, cwd=RC_BUILD_DIR)]
286 cc_calls = [call(TEST_HW_CORE1, cwd=tmpdir), call(TEST_HW_CORE2, cwd=tmpdir)]
297 cc_calls = [call(TEST_HW_CORE1, cwd=tmpdir), call(TEST_HW_CORE2, cwd=tmpdir)]
Dtest_stm32flash.py8 from unittest.mock import patch, call
92 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS[action]]
112 assert cc.call_args_list == [call(x) for x in EXPECTED_COMMANDS[action]]
/Zephyr-latest/samples/bluetooth/handsfree/src/
Dmain.c37 static void call(struct bt_conn *conn, uint32_t value) in call() function
76 .call = call,
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt13 When writing error testing case (or we call it negative test case), we might
34 Step3: (optional) Define a hook function call ztest_post_fatal_error_hook().
37 call.
46 Step3: (optional) Define a hook function call ztest_post_assert_fail_hook().
48 Step4: call ztest_set_assert_valid(true) before where your target function
49 call.
64 - To call a function then giving the condition to trigger the assert fail,
74 - start a thread to call k_oops() then catch the (expected) fatal error.
75 - start a thread to call k_panel() then catch the (expected) fatal error.
117 E: call trace:
[all …]
/Zephyr-latest/samples/userspace/syscall_perf/
DREADME.rst10 user thread has to go through a system call compared to a supervisor thread that
18 Then both threads call :c:func:`k_current_get()` which returns a reference to the
19 current thread. The user thread has to go through a system call.
/Zephyr-latest/arch/sparc/core/
Dinterrupt_trap.S149 call z_sched_usage_stop
154 call sys_trace_isr_enter
159 call z_sparc_enter_irq
163 call sys_trace_isr_exit
179 call z_arch_get_next_switch_handle
227 call z_sparc_context_switch
252 call z_sparc_context_switch
Dreset_trap.S60 call z_bss_zero
63 call z_prep_c
/Zephyr-latest/drivers/interrupt_controller/
Dintc_nuclei_eclic.S48 call sys_trace_isr_enter
69 call sys_trace_isr_exit
/Zephyr-latest/tests/ztest/fail/
DKconfig20 bool "Add a call to ztest_test_pass() in the after phase"
23 bool "Add a call to ztest_test_pass() in the teardown phase"
26 bool "Add a test which fails a zassume() call"
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py153 instance.assert_has_calls([mock.call.record(harness.recording)])
245 [mock.call(1, signal.SIGTERM), mock.call(2, signal.SIGTERM)]
258 [mock.call(-1, signal.SIGTERM), mock.call(2, signal.SIGTERM)]
303 mock.call('This\\r\\n\n'),
304 mock.call('is\r'),
305 mock.call('some ANSI in\n'),
306 mock.call('a short\n'),
307 mock.call('file.')
310 mock.call('This'),
311 mock.call('is'),
[all …]
/Zephyr-latest/doc/kernel/usermode/
Dmpu_userspace.rst17 information is filled in and later used by the swap and system call
21 During system calls, the user mode thread's access to the system call and the
24 call is made to the specified kernel API. On return from the kernel API, the
/Zephyr-latest/drivers/sip_svc/
DKconfig1 # Silicon vendor Provided Supervisory call driver for sip_svc subsystem
10 ARM supervisory call driver for communicating with EL2 or EL3 firmware

12345678910>>...13