Searched refs:mapProfile (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BtSmsInterfaceManager.java | 105 BluetoothMapClient mapProfile = (BluetoothMapClient) proxy; in onServiceConnected() local 108 mapProfile.sendMessage(mDevice, mDestAddr, mMessage, mSentIntent, mDeliveryIntent); in onServiceConnected() 112 .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 | 428 virtual bool mapProfile(C2Config::profile_t from, int32_t *to) { in mapProfile() function 432 virtual bool mapProfile(int32_t from, C2Config::profile_t *to) { in mapProfile() function
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 151 if (mapper && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels() 157 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels() 163 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels() 188 && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels()
|
D | CCodecConfig.cpp | 703 if (mapper && v.get(&sdk) && mapper->mapProfile(sdk, &c2)) { in initializeStandardParams() 711 if (mapper && v.get((C2ValueType*)&c2) && mapper->mapProfile(c2, &sdk)) { in initializeStandardParams() 741 if (mapper && v.get(&sdk) && mapper->mapProfile(sdk, &c2)) { in initializeStandardParams()
|