OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setconfig
(Results
26 - 50
of
255
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/
plugin.go
57
//
SetConfig
configures the tool.
60
SetConfig
(config string)
67
//
SetConfig
is a no-op.
86
func (noObjTool)
SetConfig
(config string) {
/system/connectivity/apmanager/dbus/
service_dbus_adaptor.h
47
void
SetConfig
(Config* config) override;
/frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp
49
mComponent->
SetConfig
= SetConfigWrapper;
168
return me->
setConfig
(index, params);
279
OMX_ERRORTYPE SoftOMXComponent::
setConfig
(
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
BitmapPreFiller.java
43
builder.
setConfig
(defaultFormat == DecodeFormat.ALWAYS_ARGB_8888
/external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c
421
/* If any TVLs to update, or if the
SetConfig
was initiated by the application, then send the SET_CONFIG command */
428
/* Get the next available bit offset for this
setconfig
(based on how many SetConfigs are outstanding) */
431
/* If
setconfig
is due to NFA_SetConfig: then set the bit (NFA_DM_SET_CONFIG_EVT needed on NFC_SET_CONFIG_REVT) */
436
/* Otherwise
setconfig
is internal: clear the bit (NFA_DM_SET_CONFIG_EVT not needed on NFC_SET_CONFIG_REVT) */
/external/webrtc/webrtc/test/
fake_network_pipe.h
56
void
SetConfig
(const FakeNetworkPipe::Config& config);
/frameworks/base/services/core/java/com/android/server/notification/
NotificationIntrusivenessExtractor.java
72
public void
setConfig
(RankingConfig config) {
/frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h
36
void
setConfig
(const LinkerConfig& pConfig);
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.cpp
571
retStatus = mVideoEncoder->
setConfig
(&configBitRate);
614
retStatus = mVideoEncoder->
setConfig
(&configAIR);
619
retStatus = mVideoEncoder->
setConfig
(&configIntraRefreshType);
659
retStatus = mVideoEncoder->
setConfig
(&configCIR);
669
retStatus = mVideoEncoder->
setConfig
(&configAIR);
676
retStatus = mVideoEncoder->
setConfig
(&configIntraRefreshType);
715
retStatus = mVideoEncoder->
setConfig
(&framerate);
741
retStatus = mVideoEncoder->
setConfig
(&configIDRRequest);
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_virtual.h
53
int
SetConfig
(uint32_t width, uint32_t height);
hwc_display_virtual.cpp
65
status = hwc_display_virtual->
SetConfig
(width, height);
158
int HWCDisplayVirtual::
SetConfig
(uint32_t width, uint32_t height) {
/system/bt/btif/include/
btif_av_co.h
165
** Description Check if remote side did a
setconfig
within the limits
/external/jetty/src/java/org/eclipse/jetty/security/
SpnegoLoginService.java
61
setConfig
(config);
84
public void
setConfig
( String config )
HashLoginService.java
73
setConfig
(config);
101
public void
setConfig
(String config)
147
_propertyUserStore.
setConfig
(_config);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm_cfg.c
30
/* the
SetConfig
at start up*/
85
/* the
SetConfig
at HAL_NfcPreDiscover. This is done once after HAL_NfcOpen */
/frameworks/av/media/libstagefright/include/
OMX.h
60
virtual status_t
setConfig
(
SoftOMXComponent.h
67
virtual OMX_ERRORTYPE
setConfig
(
SoftVideoDecoderOMXComponent.h
69
virtual OMX_ERRORTYPE
setConfig
(
/frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp
29
void RelocationFactory::
setConfig
(const LinkerConfig& pConfig) {
/frameworks/native/include/media/openmax/
OMX_Other.h
118
* this structure to the Clock Component via a
SetConfig
on its
127
* (
SetConfig
)
171
* A client component sends this structure to the Clock Component via a
SetConfig
282
* On a
SetConfig
if eState is OMX_TIME_ClockStateRunning media time
/hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.h
73
virtual Encode_Status
setConfig
(VideoParamConfigSet *videoEncConfig);
/hardware/qcom/media/msm8974/mm-core/inc/
OMX_Other.h
101
* this structure to the Clock Component via a
SetConfig
on its
110
* (
SetConfig
)
154
* A client component sends this structure to the Clock Component via a
SetConfig
265
* On a
SetConfig
if eState is OMX_TIME_ClockStateRunning media time
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Other.h
101
* this structure to the Clock Component via a
SetConfig
on its
110
* (
SetConfig
)
154
* A client component sends this structure to the Clock Component via a
SetConfig
265
* On a
SetConfig
if eState is OMX_TIME_ClockStateRunning media time
/hardware/qcom/media/msm8996/mm-core/inc/
OMX_Other.h
101
* this structure to the Clock Component via a
SetConfig
on its
110
* (
SetConfig
)
154
* A client component sends this structure to the Clock Component via a
SetConfig
265
* On a
SetConfig
if eState is OMX_TIME_ClockStateRunning media time
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h
101
* this structure to the Clock Component via a
SetConfig
on its
110
* (
SetConfig
)
154
* A client component sends this structure to the Clock Component via a
SetConfig
265
* On a
SetConfig
if eState is OMX_TIME_ClockStateRunning media time
Completed in 861 milliseconds
1
2
3
4
5
6
7
8
9
10
11