Home
last modified time | relevance | path

Searched defs:OpenSession (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dranging_hal_host.cc36 void OpenSession(uint16_t /* connection_handle */, uint16_t /* att_handle */, in OpenSession() function in bluetooth::hal::RangingHalHost
Dranging_hal_android.cc164 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 Ddrm_hal_test.cpp50 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/
Dtrusty_gatekeeper.cpp56 long TrustyGateKeeper::OpenSession() { in OpenSession() function in gatekeeper::TrustyGateKeeper
/aosp_15_r20/hardware/interfaces/bluetooth/ranging/aidl/vts/
H A DVtsHalBluetoothRangingTargetTest.cpp221 TEST_P(BluetoothRangingTest, OpenSession) { in TEST_P() argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/web_transport/encapsulated/
H A Dencapsulated_web_transport.cc478 void EncapsulatedSession::OpenSession() { in OpenSession() function in webtransport::EncapsulatedSession
/aosp_15_r20/hardware/interfaces/broadcastradio/2.0/vts/functional/
H A DVtsHalBroadcastradioV2_0TargetTest.cpp275 TEST_P(BroadcastRadioHalTest, OpenSession) { in TEST_P() argument
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/vts/
H A DVtsHalBluetoothAudioTargetTest.cpp1595 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 Dshell.c18092 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 Dshell.c18087 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 */