/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | ranging_hal_host.cc | 36 void OpenSession(uint16_t /* connection_handle */, uint16_t /* att_handle */, in OpenSession() function in bluetooth::hal::RangingHalHost
|
D | ranging_hal_android.cc | 164 void OpenSession(uint16_t connection_handle, uint16_t att_handle, in OpenSession() function in bluetooth::hal::RangingHalAndroid
|
/aosp_15_r20/hardware/interfaces/drm/1.4/vts/functional/ |
H A D | drm_hal_test.cpp | 50 SessionId DrmHalTest::OpenSession(uint32_t level = kSecLevelDefault) { in OpenSession() function in android::hardware::drm::V1_4::vts::DrmHalTest
|
/aosp_15_r20/trusty/user/app/gatekeeper/ |
D | trusty_gatekeeper.cpp | 56 long TrustyGateKeeper::OpenSession() { in OpenSession() function in gatekeeper::TrustyGateKeeper
|
/aosp_15_r20/hardware/interfaces/bluetooth/ranging/aidl/vts/ |
H A D | VtsHalBluetoothRangingTargetTest.cpp | 221 TEST_P(BluetoothRangingTest, OpenSession) { in TEST_P() argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/web_transport/encapsulated/ |
H A D | encapsulated_web_transport.cc | 478 void EncapsulatedSession::OpenSession() { in OpenSession() function in webtransport::EncapsulatedSession
|
/aosp_15_r20/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
H A D | VtsHalBroadcastradioV2_0TargetTest.cpp | 275 TEST_P(BroadcastRadioHalTest, OpenSession) { in TEST_P() argument
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/vts/ |
H A D | VtsHalBluetoothAudioTargetTest.cpp | 1595 bool OpenSession(int32_t sample_rate, int8_t bits_per_sample, in OpenSession() function in BluetoothAudioProviderHfpSoftwareEncodingAidl 1666 bool OpenSession(int32_t sample_rate, int8_t bits_per_sample, in OpenSession() function in BluetoothAudioProviderHfpSoftwareDecodingAidl 1988 bool OpenSession(CodecId codec_id, int connection_handle, bool nrec, in OpenSession() function in BluetoothAudioProviderHfpHardwareAidl
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | shell.c | 18092 typedef struct OpenSession OpenSession; typedef 18093 struct OpenSession { struct 18094 char *zName; /* Symbolic name for this session */ 18095 int nFilter; /* Number of xFilter rejection GLOB patterns */ 18096 char **azFilter; /* Array of xFilter rejection GLOB patterns */ 18097 sqlite3_session *p; /* The open session */
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
H A D | shell.c | 18087 typedef struct OpenSession OpenSession; typedef 18088 struct OpenSession { struct 18089 char *zName; /* Symbolic name for this session */ 18090 int nFilter; /* Number of xFilter rejection GLOB patterns */ 18091 char **azFilter; /* Array of xFilter rejection GLOB patterns */ 18092 sqlite3_session *p; /* The open session */
|