Home
last modified time | relevance | path

Searched refs:rcb (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_policy_client_stub_impl_test/src/
H A Daudio_policy_client_stub_impl_test.cpp241 std::shared_ptr<AudioManagerDeviceChangeCallback> rcb = in HWTEST() local
243 rcb = nullptr; in HWTEST()
244 result = audioPolicyClient_->RemoveDeviceChangeCallback(DeviceFlag::DISTRIBUTED_INPUT_DEVICES_FLAG, rcb); in HWTEST()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.h55 * @param[in] rcb The register information of a2dp profile
59 static uint16_t RegisterAvdtp(const AvdtRegisterParam &rcb);
H A Da2dp_avdtp.cpp35 uint16_t A2dpAvdtp::RegisterAvdtp(const AvdtRegisterParam &rcb) in RegisterAvdtp() argument
37 const_cast<AvdtRegisterParam &>(rcb).ctrlCallback = ProcAvdtpEvent; in RegisterAvdtp()
38 AVDT_Register(&const_cast<AvdtRegisterParam &>(rcb)); in RegisterAvdtp()

Completed in 4 milliseconds