/packages/apps/Settings/src/com/android/settings/vpn/ |
VpnSettings.java | 82 // Key to the field exchanged for profile editing. 118 // profile name --> VpnPreference 122 // profile engaged in a connection 162 // for long-press gesture on a profile preference 394 final VpnProfile profile = p; 400 startVpnEditor(profile); 427 final VpnProfile profile = p; 431 startVpnEditor(profile); 486 // Replaces the profile at index in mVpnProfileList with p. 492 // not a duplicate if p is to replace the profile at inde [all...] |
/external/bluetooth/bluez/audio/ |
control.c | 204 sdp_profile_desc_t profile[1]; local 239 /* Bluetooth Profile Descriptor List */ 240 sdp_uuid16_create(&profile[0].uuid, AV_REMOTE_PROFILE_ID); 241 profile[0].version = ver; 242 pfseq = sdp_list_append(0, &profile[0]); 267 sdp_profile_desc_t profile[1]; local 302 /* Bluetooth Profile Descriptor List */ 303 sdp_uuid16_create(&profile[0].uuid, AV_REMOTE_PROFILE_ID); 304 profile[0].version = ver; 305 pfseq = sdp_list_append(0, &profile[0]) [all...] |
ipctest.c | 1039 IF_CMD(profile) { 1040 char *profile = NULL; local 1042 if (sscanf(line, "%*s %as", &profile) != 1) 1043 DBG("set with profile [hsp|a2dp]"); 1044 if (strncmp(profile, "hsp", 4) == 0) { 1046 } else if (strncmp(profile, "a2dp", 5) == 0) { 1049 DBG("set with profile [hsp|a2dp]"); 1052 if (profile) 1053 free(profile); 1054 DBG("profile %s", u->transport == BT_CAPABILITIES_TRANSPORT_SCO [all...] |
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 297 *) file=.profile line="TZ='$TZ'; export TZ"
|
/external/opencore/codecs_v2/omx/omx_h264enc/src/ |
avc_enc.cpp | 230 //Set the profile of encoder 235 aEncOption.profile = AVC_BASELINE; 241 aEncOption.profile = AVC_MAIN; 247 aEncOption.profile = AVC_EXTENDED; 253 aEncOption.profile = AVC_HIGH; 259 aEncOption.profile = AVC_HIGH10; 265 aEncOption.profile = AVC_HIGH422; 271 aEncOption.profile = AVC_HIGH444; 277 aEncOption.profile = AVC_BASELINE;
|
/external/opencore/fileformats/mp4/composer/src/ |
avcconfiguration.cpp | 31 PVA_FF_AVCConfigurationAtom::PVA_FF_AVCConfigurationAtom(uint8 profile, uint8 profileComp, uint8 level): 43 _avcProfileIndication = profile;
|
sampletableatom.cpp | 35 uint8 profile, 47 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_SampleDescriptionAtom, (mediaType, codecType, protocol, profile, profileComp, level), _psampleDescriptionAtom);
|
sampledescriptionatom.cpp | 52 uint32 protocol, uint8 profile, 58 init(mediaType, protocol, profile, profileComp, level); 63 PVA_FF_SampleDescriptionAtom::init(int32 mediaType, uint32 protocol, uint8 profile, uint8 profileComp, uint8 level) 134 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_AVCSampleEntry, (profile, profileComp, level), entry);
|
trackatom.cpp | 39 uint8 profile, 77 protocol, profile,
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDeviceManager.java | 26 import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile; 232 public synchronized void onProfileStateChanged(BluetoothDevice device, Profile profile, 237 cachedDevice.onProfileStateChanged(profile, newProfileState);
|
/external/webkit/WebCore/inspector/ |
InspectorController.cpp | 1369 RefPtr<ScriptProfile> profile = prpProfile; local 1466 RefPtr<ScriptProfile> profile = ScriptProfiler::stop(scriptState, title); local [all...] |
InspectorFrontend.cpp | 318 void InspectorFrontend::addProfileHeader(const ScriptValue& profile) 322 function.appendArgument(profile); 343 void InspectorFrontend::didGetProfile(int callId, const ScriptValue& profile) 348 function.appendArgument(profile);
|
/external/quake/quake/src/QW/server/ |
pr_exec.c | 237 if (f->profile > max) 239 max = f->profile; 246 Con_Printf ("%7i %s\n", best->profile, PR_GetString(best->s_name)); 248 best->profile = 0; 402 pr_xfunction->profile++;
|
/external/v8/tools/ |
tickprocessor.js | 29 function Profile(separateIc) { 30 devtools.profiler.Profile.call(this); 32 this.skipThisFunction = function(name) { return Profile.IC_RE.test(name); }; 35 Profile.prototype = devtools.profiler.Profile.prototype; 38 Profile.IC_RE = 76 Profile.prototype.handleUnknownCode = function(operation, addr) { 77 var op = devtools.profiler.Profile.Operation; 90 this.profile_ = new Profile(); 182 Profile.prototype.handleUnknownCode = function [all...] |
/external/e2fsprogs/e2fsck/ |
dirinfo.c | 47 profile_get_string(ctx->profile, "scratch_files", "directory", 0, 0, 49 profile_get_uint(ctx->profile, "scratch_files", 51 profile_get_boolean(ctx->profile, "scratch_files",
|
/bionic/libc/kernel/common/linux/ |
msm_q6vdec.h | 201 u32 profile; member in struct:vdec_dec_attributes
|
/external/bluetooth/bluez/src/ |
sdpd-service.c | 332 sdp_profile_desc_t profile; local 357 sdp_uuid16_create(&profile.uuid, PNP_INFO_PROFILE_ID); 358 profile.version = spec; 359 profile_list = sdp_list_append(NULL, &profile);
|
/external/kernel-headers/original/linux/ |
msm_q6vdec.h | 220 u32 profile; member in struct:vdec_dec_attributes
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
avcenc_api.h | 100 /* if profile/level is set to zero, encoder will choose the closest one for you */ 101 AVCProfile profile; /* profile of the bitstream to be compliant with*/ member in struct:tagAVCEncParam 189 encoding parameters against the specified profile/level and the list of supported
|
/external/webkit/JavaScriptCore/profiler/ |
Profiler.cpp | 38 #include "Profile.h" 65 // Check if we currently have a Profile for this global ExecState and title. 66 // If so return early and don't create a new Profile. 80 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title) 87 RefPtr<Profile> returnProfile = profileGenerator->profile();
|
/frameworks/base/media/libstagefright/ |
OMXCodec.cpp | 208 static const char *AVCProfileToString(uint8_t profile) { 209 switch (profile) { 446 uint8_t profile = ptr[1]; local 499 LOGV("AVC profile = %d (%s), level = %d", 500 (int)profile, AVCProfileToString(profile), (int)level / 10); 503 && (profile != kAVCProfileBaseline || level > 39)) { 508 LOGE("Profile and/or level exceed the decoder's capabilities."); 2198 OMX_AUDIO_PARAM_AACPROFILETYPE profile; local [all...] |
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 201 u32 profile; member in struct:vdec_dec_attributes
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 201 u32 profile; member in struct:vdec_dec_attributes
|
/external/opencore/fileformats/mp4/composer/include/ |
mpeg4file.h | 187 uint8 profile, 193 uint8 profile = 1,
|
/external/webkit/WebCore/xml/ |
XSLTProcessorLibxslt.cpp | 59 SOFT_LINK(libxslt, xsltApplyStylesheetUser, xmlDocPtr, (xsltStylesheetPtr style, xmlDocPtr doc, const char** params, const char* output, FILE* profile, xsltTransformContextPtr userCtxt), (style, doc, params, output, profile, userCtxt))
|