Home
last modified time | relevance | path

Searched defs:states (Results 26 - 50 of 336) sorted by relevance

12345678910>>...14

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_pan_proxy.cpp62 int32_t BluetoothPanProxy::GetDevicesByStates(const std::vector<int32_t> &states, in GetDevicesByStates() argument
H A Dbluetooth_hfp_hf_proxy.cpp53 int BluetoothHfpHfProxy::GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) in GetDevicesByStates() argument
H A Dbluetooth_hid_host_proxy.cpp80 int32_t BluetoothHidHostProxy::GetDevicesByStates(const std::vector<int32_t> &states, in GetDevicesByStates() argument
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp174 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp201 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_ag_test.cpp126 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/hid/
H A Dhid_host_test.cpp103 std::vector<int> states; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp168 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/pan/
H A Dpan_test.cpp101 std::vector<int> states; in HWTEST_F() local
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/
H A Dcstate.c106 } states[ACPI_PROCESSOR_MAX_POWER]; member
/kernel/linux/linux-5.10/drivers/i2c/muxes/
H A Di2c-mux-pinctrl.c19 struct pinctrl_state *states[]; member
/kernel/linux/linux-5.10/lib/livepatch/
H A Dtest_klp_state.c134 static struct klp_state states[] = { variable
H A Dtest_klp_state2.c163 static struct klp_state states[] = { variable
/kernel/linux/linux-6.6/drivers/cpuidle/
H A Ddt_idle_genpd.c74 static void pd_free_states(struct genpd_power_state *states, in pd_free_states() argument
24 pd_parse_state_nodes( int (*parse_state)(struct device_node *, u32 *), struct genpd_power_state *states, int state_count) pd_parse_state_nodes() argument
54 pd_parse_states(struct device_node *np, int (*parse_state)(struct device_node *, u32 *), struct genpd_power_state **states, int *state_count) pd_parse_states() argument
95 struct genpd_power_state *states = NULL; dt_idle_pd_alloc() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
H A Dcstate.c114 } states[ACPI_PROCESSOR_MAX_POWER]; member
/kernel/linux/linux-6.6/drivers/i2c/muxes/
H A Di2c-mux-pinctrl.c19 struct pinctrl_state *states[]; member
/kernel/linux/linux-6.6/lib/livepatch/
H A Dtest_klp_state2.c163 static struct klp_state states[] = { variable
H A Dtest_klp_state.c134 static struct klp_state states[] = { variable
/third_party/mesa3d/src/panfrost/bifrost/
H A Dgen_disasm.py353 states = expand_states(instructions) variable
/third_party/skia/src/sksl/lex/
H A DMain.cpp114 size_t states = 0; in writeCPP() local
132 out << "static const int8_t kAccepts[" << states << "] = {"; in writeCPP() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregexec.c59 #define states states1 macro
85 #undef states macro
106 #define states char * macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregexec.c59 #define states states1 macro
85 #undef states macro
106 #define states char * macro
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSamplerStateQueryTests.cpp116 } states[] = in init() local
[all...]
H A Des31fTextureStateQueryTests.cpp134 } states[] = in init() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp131 vector<int> states = { static_cast<int>(BTConnectState::CONNECTED) }; in GetConnectionDevices() local

Completed in 10 milliseconds

12345678910>>...14