Searched refs:mapProfile (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BtSmsInterfaceManager.java | 109 BluetoothMapClient mapProfile = (BluetoothMapClient) proxy; in onServiceConnected() local 112 mapProfile.sendMessage(mDevice, mDestAddr, mMessage, mSentIntent, mDeliveryIntent); in onServiceConnected() 116 .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 | 497 virtual bool mapProfile(C2Config::profile_t from, int32_t *to) { in mapProfile() function 501 virtual bool mapProfile(int32_t from, C2Config::profile_t *to) { in mapProfile() function
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 195 if (mapper && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels() 201 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels() 207 if (hdrMapper && hdrMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels() 214 if (bitnessMapper && bitnessMapper->mapProfile(pl.profile, &sdkProfile)) { in addSupportedProfileLevels() 238 && mapper->mapProfile(pl.profile, &sdkProfile) in addSupportedProfileLevels()
|
D | CCodecConfig.cpp | 761 if (mapper && v.get(&sdk) && mapper->mapProfile(sdk, &c2)) { in initializeStandardParams() 769 if (mapper && v.get((C2ValueType*)&c2) && mapper->mapProfile(c2, &sdk)) { in initializeStandardParams() 799 if (mapper && v.get(&sdk) && mapper->mapProfile(sdk, &c2)) { in initializeStandardParams() 2005 if (mapper && v.get(&sdk) && mapper->mapProfile(sdk, &c2)) { in getConfigUpdateFromSdkParams() 2014 if (mapper && v.get((C2ValueType*)&c2) && mapper->mapProfile(c2, &sdk)) { in getConfigUpdateFromSdkParams()
|