Searched refs:common (Results 1 - 25 of 162) sorted by relevance

1234567

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DMakefile14 include $(LEVEL)/Makefile.common
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DMakefile14 include $(LEVEL)/Makefile.common
/frameworks/compile/libbcc/bcinfo/Wrap/
H A DMakefile14 include $(LEVEL)/Makefile.common
/frameworks/compile/slang/BitWriter_2_9/
H A DMakefile14 include $(LEVEL)/Makefile.common
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAndroid.mk6 ../../common/cmnMemory.c
20 $(LOCAL_PATH)/../../common \
21 $(LOCAL_PATH)/../../common/include \
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAndroid.mk6 ../../common/cmnMemory.c
21 $(LOCAL_PATH)/../../common \
22 $(LOCAL_PATH)/../../common/include
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DAndroid.mk24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
29 LOCAL_WHOLE_STATIC_LIBRARIES := libfwdlock-common
31 LOCAL_STATIC_LIBRARIES := libfwdlock-common
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DAndroid.mk24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
29 LOCAL_WHOLE_STATIC_LIBRARIES := libfwdlock-common
31 LOCAL_STATIC_LIBRARIES := libfwdlock-common
/frameworks/ex/common/java/com/android/common/speech/
H A DRecognition.java17 package com.android.common.speech;
/frameworks/av/media/libnbaio/
H A DAudioStreamInSource.cpp44 mStreamBufferSizeBytes = mStream->common.get_buffer_size(&mStream->common);
45 audio_format_t streamFormat = mStream->common.get_format(&mStream->common);
47 uint32_t sampleRate = mStream->common.get_sample_rate(&mStream->common);
49 (audio_channel_mask_t) mStream->common.get_channels(&mStream->common);
H A DAudioStreamOutSink.cpp41 mStreamBufferSizeBytes = mStream->common.get_buffer_size(&mStream->common);
42 audio_format_t streamFormat = mStream->common.get_format(&mStream->common);
44 uint32_t sampleRate = mStream->common.get_sample_rate(&mStream->common);
46 (audio_channel_mask_t) mStream->common.get_channels(&mStream->common);
/frameworks/base/core/tests/coretests/src/android/animation/
H A DFutureWaiter.java18 import com.google.common.util.concurrent.AbstractFuture;
21 * Simple extension of {@link com.google.common.util.concurrent.AbstractFuture} which exposes a new
23 * {@link com.google.common.util.concurrent.AbstractFuture#set(Object)} method internally. It
30 * {@link com.google.common.util.concurrent.AbstractFuture#get()}.
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
H A DAndroid.mk26 ifneq ($(shell grep -c 'off64_t offset' $(base)/drm/libdrmframework/plugins/common/include/IDrmEngine.h), 0)
47 libfwdlock-common \
55 $(base)/drm/libdrmframework/plugins/common/include \
56 $(base)/drm/libdrmframework/plugins/common/util/include \
57 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DPlayAnimationThread.java19 import com.android.ide.common.rendering.api.IAnimationListener;
20 import com.android.ide.common.rendering.api.Result;
21 import com.android.ide.common.rendering.api.Result.Status;
/frameworks/opt/telephony/tests/telephonytests/
H A DAndroid.mk10 LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DAndroid.mk28 LOCAL_MODULE := libfwdlock-common
/frameworks/ex/common/java/com/android/common/io/
H A DMoreCloseables.java17 package com.android.common.io;
/frameworks/base/packages/SystemUI/
H A DAndroid.mk9 LOCAL_JAVA_LIBRARIES := services telephony-common
11 LOCAL_STATIC_JAVA_LIBRARIES := android-common-carousel
/frameworks/base/packages/WAPPushManager/
H A DAndroid.mk13 LOCAL_JAVA_LIBRARIES += telephony-common
14 LOCAL_STATIC_JAVA_LIBRARIES += android-common
/frameworks/base/services/common_time/
H A Dcommon_clock.h35 status_t commonToLocal(int64_t common, int64_t *local_out) const;
40 void setBasis(int64_t local, int64_t common);
/frameworks/base/services/java/
H A DAndroid.mk14 LOCAL_JAVA_LIBRARIES := android.policy telephony-common
/frameworks/base/tests/permission/
H A DAndroid.mk10 LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
/frameworks/ex/common/java/com/android/common/userhappiness/
H A DUserHappinessSignals.java17 package com.android.common.userhappiness;
21 import com.android.common.speech.LoggingEvents;
/frameworks/base/media/mca/filterfw/native/
H A Dlibfilterfw.mk25 #LOCAL_C_INCLUDES += external/neven/FaceRecEm/common/src/b_FDSDK \
26 # external/neven/FaceRecEm/common/src \
27 # external/neven/Embedded/common/conf \
28 # external/neven/Embedded/common/src \
/frameworks/base/packages/SettingsProvider/
H A DAndroid.mk8 LOCAL_JAVA_LIBRARIES := telephony-common

Completed in 3122 milliseconds

1234567