Home
last modified time | relevance | path

Searched refs:p_source (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc358 BtaAvCoSep* p_source = &p_peer->sources[p_peer->num_sup_sources++]; in ProcessSinkGetConfig() local
363 memcpy(p_source->codec_caps, p_codec_info, AVDT_CODEC_SIZE); in ProcessSinkGetConfig()
364 p_source->sep_info_idx = *p_sep_info_idx; in ProcessSinkGetConfig()
365 p_source->seid = seid; in ProcessSinkGetConfig()
366 p_source->num_protect = *p_num_protect; in ProcessSinkGetConfig()
367 memcpy(p_source->protect_info, p_protect_info, AVDT_CP_INFO_LEN); in ProcessSinkGetConfig()
382 const BtaAvCoSep* p_source = nullptr; in ProcessSinkGetConfig() local
385 if (p_peer->p_source == nullptr) { in ProcessSinkGetConfig()
387 p_peer->p_source = peer_cache_->FindPeerSource( in ProcessSinkGetConfig()
390 p_source = p_peer->p_source; in ProcessSinkGetConfig()
[all …]
Dbta_av_co_peer.cc52 p_source(nullptr), in BtaAvCoPeer()
91 p_source = nullptr; in Reset()
152 BtaAvCoSep* p_source = &p_peer->sources[index]; in FindPeerSource() local
153 btav_a2dp_codec_index_t peer_codec_index = A2DP_SinkCodecIndex(p_source->codec_caps); in FindPeerSource()
157 if (!AudioSepHasContentProtection(p_source, content_protect_flag)) { in FindPeerSource()
162 return p_source; in FindPeerSource()
/aosp_15_r20/external/rust/android-crates-io/crates/pkcs1/src/
Dparams.rs260 pub p_source: AlgorithmIdentifierRef<'a>, field
289 p_source: pspecicied_algorithm_identifier(label), in new_with_label()
322 if self.p_source == default_pempty_string() { in context_specific_p_source()
328 value: &self.p_source, in context_specific_p_source()
339 p_source: default_pempty_string(), in default()
354 p_source: reader in decode_value()
/aosp_15_r20/external/rust/android-crates-io/crates/pkcs1/tests/
Dparams.rs139 .p_source in decode_oaep_param()
143 .p_source in decode_oaep_param()
185 .p_source in decode_oaep_param_default()
189 .p_source in decode_oaep_param_default()
/aosp_15_r20/external/mbedtls/library/
H A Dentropy.c83 mbedtls_entropy_f_source_ptr f_source, void *p_source, in mbedtls_entropy_add_source() argument
101 ctx->source[idx].p_source = p_source; in mbedtls_entropy_add_source()
215 if ((ret = ctx->source[i].f_source(ctx->source[i].p_source, in entropy_gather_internal()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dentropy.c83 mbedtls_entropy_f_source_ptr f_source, void *p_source, in mbedtls_entropy_add_source() argument
101 ctx->source[idx].p_source = p_source; in mbedtls_entropy_add_source()
215 if ((ret = ctx->source[i].f_source(ctx->source[i].p_source, in entropy_gather_internal()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dentropy.h95 void *MBEDTLS_PRIVATE(p_source); /**< The callback data pointer */
161 mbedtls_entropy_f_source_ptr f_source, void *p_source,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dentropy.h95 void *MBEDTLS_PRIVATE(p_source); /**< The callback data pointer */
161 mbedtls_entropy_f_source_ptr f_source, void *p_source,
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dbta_av_co_peer.h109 const BtaAvCoSep* p_source; // Currently selected source variable