Searched refs:mapProfile (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BtSmsInterfaceManager.java | 102 BluetoothMapClient mapProfile = (BluetoothMapClient) proxy; in onServiceConnected() local 105 mapProfile.sendMessage(mDevice, mDestAddr, mMessage, mSentIntent, mDeliveryIntent); in onServiceConnected() 109 .closeProfileProxy(BluetoothProfile.MAP_CLIENT, mapProfile); in onServiceConnected()
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.h | 33 virtual bool mapProfile(C2Config::profile_t, int32_t*) = 0; 34 virtual bool mapProfile(int32_t, C2Config::profile_t*) = 0;
|
D | Codec2Mapper.cpp | 423 virtual bool mapProfile(C2Config::profile_t from, int32_t *to) { in mapProfile() function 427 virtual bool mapProfile(int32_t from, C2Config::profile_t *to) { in mapProfile() function
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 143 if (mapper && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels() 149 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels() 155 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels() 179 && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels()
|
D | CCodecConfig.cpp | 685 if (mapper && v.get(&sdk) && mapper->mapProfile(sdk, &c2)) { in initializeStandardParams() 693 if (mapper && v.get((C2ValueType*)&c2) && mapper->mapProfile(c2, &sdk)) { in initializeStandardParams()
|