Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java92 public int getConnectionState(BluetoothDevice device, int profile) { in getConnectionState()
120 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices()
164 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
DBluetoothProfile.java185 public void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected()
193 public void onServiceDisconnected(int profile); in onServiceDisconnected()
DIBluetooth.aidl54 int getProfileConnectionState(int profile); in getProfileConnectionState()
75 … void sendConnectionStateChange(in BluetoothDevice device, int profile, int state, int prevState); in sendConnectionStateChange()
/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.cpp183 ProfileType profile, LevelType level) { in enableResolutionUpto()
222 ProfileType profile, LevelType level) { in setProfileLevel()
232 ProfileType *profile, LevelType *level) const{ in getProfileLevel()
307 unsigned profile, level, res[3]; in parseH264Codec() local
341 ProfileType profile, LevelType level, unsigned *profileIdc, in GetProfileLevel()
DVideoFormats.h42 unsigned char profile, level; member
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneFactory.java42 SipProfile profile = new SipProfile.Builder(sipUri).build(); in makePhone() local
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Dbitenc.h36 Word16 profile; member
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipHelper.java94 private FromHeader createFromHeader(SipProfile profile, String tag) in createFromHeader()
99 private ToHeader createToHeader(SipProfile profile) throws ParseException { in createToHeader()
103 private ToHeader createToHeader(SipProfile profile, String tag) in createToHeader()
152 private ContactHeader createContactHeader(SipProfile profile) in createContactHeader()
157 private ContactHeader createContactHeader(SipProfile profile, in createContactHeader()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java169 private void recordVideoAndPlayback(int profile) throws Exception { in recordVideoAndPlayback()
330 CamcorderProfile profile = in testStressTimeLapse() local
/frameworks/av/media/libmedia/
DMediaProfiles.cpp326 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createCamcorderProfile() local
397 MediaProfiles::ExportVideoProfile *profile = in createExportVideoProfile() local
573 CamcorderProfile *profile = in checkAndAddRequiredProfilesIfNecessary() local
671 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderTimeLapseQcifProfile() local
688 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderTimeLapse480pProfile() local
723 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderQcifProfile() local
740 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderCifProfile() local
/frameworks/base/media/java/android/media/videoeditor/
DVideoEditorProfile.java69 int profile = -1; in getExportProfile() local
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Daacenc_core.c63 Word16 profile = 1; in AacEncOpen() local
/frameworks/wilhelm/tests/examples/
DxaVideoDecoderCapabilities.cpp97 const char *videoProfileToString(XAuint32 codec, XAuint32 profile) { in videoProfileToString()
282 XAuint32 profile = decDescriptor.profileSetting; in TestVideoDecoderCapabilities() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaRecorderStressTestRunner.java36 public static CamcorderProfile profile = CamcorderProfile.get(mCameraId, mProfileQuality); field in MediaRecorderStressTestRunner
/frameworks/av/media/libstagefright/
Davc_utils.cpp270 const char *AVCProfileToString(uint8_t profile) { in AVCProfileToString()
321 uint8_t profile = out[0]; in MakeAVCCodecSpecificData() local
423 unsigned profile, unsigned sampling_freq_index, in MakeAACCodecSpecificData()
/frameworks/av/media/libstagefright/rtsp/
DARTPAssembler.cpp73 unsigned profile, in MakeADTSCompoundFromAACFrames()
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java126 VpnProfile profile = new VpnProfile(key); in decode() local
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java213 public ConnectProfileReceiver(BluetoothDevice device, int profile, int expectedFlags) { in ConnectProfileReceiver()
906 public void connectProfile(BluetoothAdapter adapter, BluetoothDevice device, int profile, in connectProfile()
987 public void disconnectProfile(BluetoothAdapter adapter, BluetoothDevice device, int profile, in disconnectProfile()
1407 private ConnectProfileReceiver getConnectProfileReceiver(BluetoothDevice device, int profile, in getConnectProfileReceiver()
1439 private BluetoothProfile connectProxy(BluetoothAdapter adapter, int profile) { in connectProxy()
/frameworks/base/services/java/com/android/server/net/
DLockdownVpnTracker.java88 ConnectivityService connService, Vpn vpn, VpnProfile profile) { in LockdownVpnTracker()
/frameworks/av/libvideoeditor/vss/src/
DM4VD_EXTERNAL_BitstreamParser.c34 M4OSA_Int32 profile; member
/frameworks/av/cmds/stagefright/
Drecordvideo.cpp163 int profile = -1; // Encoder specific default in main() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvop.cpp92 uint32 profile = 0x01; in DecodeVOLHeader() local
/frameworks/wilhelm/src/android/util/
DAacAdtsExtractor.cpp106 uint8_t profile, sf_index, channel, header[2]; in AacAdtsExtractor() local
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp290 static AUDIO_OBJECT_TYPE getAOTFromProfile(OMX_U32 profile) { in getAOTFromProfile()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
DH264SwDecApi.h120 u32 profile; member

123