Home
last modified time | relevance | path

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

12345678

/foundation/communication/bluetooth_service/test/unittest/pan/
H A Dpan_test.cpp101 std::vector<int> states; in HWTEST_F() local
/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/inner/ipc/src/
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/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp131 vector<int> states = { static_cast<int>(BTConnectState::CONNECTED) }; in GetConnectionDevices() local
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_hf.cpp91 vector<int> states = { static_cast<int>(BTConnectState::CONNECTED) }; in GetConnectionDevices() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_stub.cpp138 std::vector<int32_t> states = {}; in GetDevicesByStatesInner() local
H A Dbluetooth_a2dp_sink_stub.cpp126 std::vector<int32_t> states = {}; in GetDevicesByStatesInner() local
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_map_mse.cpp150 int32_t MapMse::GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRemoteDevice> &result) const in GetDevicesByStates() argument
H A Dbluetooth_pan.cpp192 int32_t Pan::GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice> &result) in GetDevicesByStates() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp112 vector<int32_t> states = { static_cast<int32_t>(BTConnectState::CONNECTED) }; in GetConnectedDevices() local
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_a2dp_snk.cpp85 vector<int> states; in GetConnectionDevices() local
H A Dnapi_bluetooth_avrcp_ct.cpp87 vector<int> states; in GetConnectionDevices() local
H A Dnapi_bluetooth_avrcp_tg.cpp87 vector<int> states; in GetConnectionDevices() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_sink_server.cpp178 std::vector<RawAddress> BluetoothA2dpSinkServer::GetDevicesByStates(const std::vector<int32_t> &states) in GetDevicesByStates() argument
H A Dbluetooth_pan_server.cpp177 int32_t BluetoothPanServer::GetDevicesByStates(const std::vector<int32_t> &states, in GetDevicesByStates() argument
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_service_supplement_test.cpp446 std::vector< std::string > states = {"IDLE", "CONNECT_SUCC"}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp154 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp170 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp146 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; in HWTEST_F() local

Completed in 21 milliseconds

12345678