HomeSort by relevance Sort by last modified time
    Searched refs:sp (Results 376 - 400 of 2963) sorted by null

<<11121314151617181920>>

  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
JJTAddressListParserState.java 9 private int sp; // number of nodes on stack field in class:JJTAddressListParserState
16 sp = 0;
32 sp = 0;
45 ++sp;
51 if (--sp < mk) {
65 return sp - mk;
70 while (sp > mk) {
79 mk = sp;
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.extensions 75 this.sp=-1; // grow upwards
184 for (var d=this.sp-1; d>=prevIndex; d--) {
190 this.sp = prevIndex; // pop those off indent level
200 if (this.sp>=PythonTokenSource.MAX_INDENTS) {
203 this.sp++;
204 this.indentStack[this.sp] = i;
208 if (this.sp<0) {
211 var top = this.indentStack[this.sp];
212 this.sp--;
217 return this.indentStack[this.sp];
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-optional-hash.s 4 ; CHECK: add sp, sp, #32 ; encoding: [0xff,0x83,0x00,0x91]
5 add sp, sp, 32
12 ; CHECK: add sp, x2, x3 ; encoding: [0x5f,0x60,0x23,0x8b]
13 add sp, x2, x3, uxtx 0
  /frameworks/av/cmds/screenrecord/
Overlay.h 58 status_t start(const sp<IGraphicBufferProducer>& outputSurface,
59 sp<IGraphicBufferProducer>* pBufferProducer);
67 static status_t drawInfoPage(const sp<IGraphicBufferProducer>& outputSurface);
123 sp<IGraphicBufferProducer> mOutputSurface;
127 sp<IGraphicBufferProducer> mProducer;
131 sp<GLConsumer> mGlConsumer;
  /frameworks/av/include/media/
IMediaRecorder.h 37 virtual status_t setCamera(const sp<ICamera>& camera,
38 const sp<ICameraRecordingProxy>& proxy) = 0;
39 virtual status_t setPreviewSurface(const sp<IGraphicBufferProducer>& surface) = 0;
49 virtual status_t setListener(const sp<IMediaRecorderClient>& listener) = 0;
59 virtual status_t setInputSurface(const sp<IGraphicBufferConsumer>& surface) = 0;
60 virtual sp<IGraphicBufferProducer> querySurfaceMediaSource() = 0;
MediaRecorderBase.h 45 virtual status_t setCamera(const sp<ICamera>& camera,
46 const sp<ICameraRecordingProxy>& proxy) = 0;
47 virtual status_t setPreviewSurface(const sp<IGraphicBufferProducer>& surface) = 0;
51 virtual status_t setListener(const sp<IMediaRecorderClient>& listener) = 0;
60 virtual status_t setInputSurface(const sp<IGraphicBufferConsumer>& surface) = 0;
61 virtual sp<IGraphicBufferProducer> querySurfaceMediaSource() const = 0;
  /frameworks/av/include/media/stagefright/
MPEG2TSWriter.h 37 virtual status_t addSource(const sp<MediaSource> &source);
44 void onMessageReceived(const sp<AMessage> &msg);
61 sp<ALooper> mLooper;
62 sp<AHandlerReflector<MPEG2TSWriter> > mReflector;
66 Vector<sp<SourceInfo> > mSources;
80 void writeAccessUnit(int32_t sourceIndex, const sp<ABuffer> &buffer);
  /frameworks/av/media/libstagefright/include/
avc_utils.h 46 const sp<ABuffer> &seqParamSet,
58 sp<MetaData> MakeAVCCodecSpecificData(const sp<ABuffer> &accessUnit);
60 bool IsIDR(const sp<ABuffer> &accessUnit);
61 bool IsAVCReferenceFrame(const sp<ABuffer> &accessUnit);
65 sp<MetaData> MakeAACCodecSpecificData(
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
HwModule.h 55 Vector < sp<IOProfile> > mOutputProfiles; // output profiles exposed by this module
56 Vector < sp<IOProfile> > mInputProfiles; // input profiles exposed by this module
60 class HwModuleCollection : public Vector< sp<HwModule> >
63 sp<HwModule> getModuleFromName(const char *name) const;
65 sp <HwModule> getModuleForDevice(audio_devices_t device) const;
67 sp<DeviceDescriptor> getDeviceDescriptor(const audio_devices_t device,
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.h 44 CallbackProcessor(sp<Camera2Client> client);
50 status_t setCallbackWindow(sp<Surface> callbackWindow);
75 sp<CpuConsumer> mCallbackConsumer;
76 sp<Surface> mCallbackWindow;
77 sp<Camera2Heap> mCallbackHeap;
83 status_t processNewCallback(sp<Camera2Client> &client);
FrameProcessor.h 42 FrameProcessor(wp<CameraDeviceBase> device, sp<Camera2Client> client);
52 void processNewFrames(const sp<Camera2Client> &client);
55 const sp<CameraDeviceBase> &device);
58 const sp<Camera2Client> &client);
62 const sp<Camera2Client> &client);
103 void callbackFaceDetection(sp<Camera2Client> client,
  /frameworks/base/media/jni/
android_media_MediaDrm.h 45 sp<IDrm> getDrm() { return mDrm; }
48 status_t setListener(const sp<DrmListener>& listener);
57 sp<IDrm> mDrm;
59 sp<DrmListener> mListener;
63 static sp<IDrm> MakeDrm();
64 static sp<IDrm> MakeDrm(const uint8_t uuid[16]);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
SpTexts.java 28 * Capture initial sp values for registered textviews, and update properly when configuration
46 final int sp = (int)(px / fontScale / density); local
47 mTexts.put(text, sp);
55 setTextSizeH(text, sp);
58 return sp;
66 private void setTextSizeH(TextView text, int sp) {
67 text.setTextSize(TypedValue.COMPLEX_UNIT_SP, sp);
  /frameworks/native/cmds/flatland/
GLHelper.h 55 sp<GLConsumer>* surfaceTexture, EGLSurface* surface,
59 sp<SurfaceControl>* surfaceControl, EGLSurface* surface);
72 sp<GLConsumer>* surfaceTexture, EGLSurface* surface);
78 sp<GraphicBufferAlloc> mGraphicBufferAlloc;
83 sp<GLConsumer> mDummyGLConsumer;
86 sp<SurfaceComposerClient> mSurfaceComposerClient;
  /frameworks/native/include/binder/
IAppOpsService.h 35 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
37 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid,
40 const sp<IAppOpsCallback>& callback) = 0;
41 virtual void stopWatchingMode(const sp<IAppOpsCallback>& callback) = 0;
42 virtual sp<IBinder> getToken(const sp<IBinder>& clientToken) = 0;
IServiceManager.h 39 virtual sp<IBinder> getService( const String16& name) const = 0;
44 virtual sp<IBinder> checkService( const String16& name) const = 0;
50 const sp<IBinder>& service,
66 sp<IServiceManager> defaultServiceManager();
69 status_t getService(const String16& name, sp<INTERFACE>* outService)
71 const sp<IServiceManager> sm = defaultServiceManager();
  /frameworks/native/include/gui/
SensorEventQueue.h 56 SensorEventQueue(const sp<ISensorEventConnection>& connection);
62 static ssize_t write(const sp<BitTube>& tube,
84 sp<Looper> getLooper() const;
85 sp<ISensorEventConnection> mSensorEventConnection;
86 sp<BitTube> mSensorChannel;
88 mutable sp<Looper> mLooper;
  /frameworks/rs/tests/cppallocation/
compute.cpp 23 sp<RS> rs = new RS();
27 sp<const Element> e = Element::U32(rs);
31 sp<const Type> t = tb.create();
33 sp<Allocation> ain = Allocation::createTyped(rs, t);
34 sp<Allocation> aout = Allocation::createTyped(rs, t);
36 sp<ScriptC_multiply> sc = new ScriptC_multiply(rs);
  /frameworks/wilhelm/tests/sandbox/
nativewindow.cpp 39 sp<Surface> gSurface;
40 sp<SurfaceComposerClient> gComposerClient;
41 sp<SurfaceControl> gControl;
49 sp<SurfaceComposerClient> composerClient = new SurfaceComposerClient;
52 sp<SurfaceControl> control =
68 sp<Surface> surface = control->getSurface();
  /frameworks/av/drm/libdrmframework/include/
DrmManagerClientImpl.h 72 int uniqueId, const sp<DrmManagerClient::OnInfoListener>& infoListener);
193 virtual status_t consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve);
207 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
308 virtual sp<DecryptHandle> openDecryptSession(
320 virtual sp<DecryptHandle> openDecryptSession(
332 virtual sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
343 virtual status_t closeDecryptSession(int uniqueId, sp<DecryptHandle> &decryptHandle);
355 virtual status_t initializeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle,
375 virtual status_t decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId,
387 virtual status_t finalizeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId)
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPAssembler.cpp 32 void ARTPAssembler::onPacketReceived(const sp<ARTPSource> &source) {
61 void ARTPAssembler::CopyTimes(const sp<ABuffer> &to, const sp<ABuffer> &from) {
72 sp<ABuffer> ARTPAssembler::MakeADTSCompoundFromAACFrames(
76 const List<sp<ABuffer> > &frames) {
78 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
84 sp<ABuffer> accessUnit = new ABuffer(totalSize);
86 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
88 sp<ABuffer> nal = *it;
122 sp<ABuffer> ARTPAssembler::MakeCompoundFromPackets
    [all...]
  /frameworks/rs/tests/cppbasic/
compute.cpp 14 sp<RS> rs = new RS();
21 sp<const Element> e = Element::RGBA_8888(rs);
27 sp<const Type> t = tb.create();
31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
34 sp<Allocation> ain = Allocation::createTyped(rs, t);
35 sp<Allocation> aout = Allocation::createTyped(rs, t);
38 sp<ScriptC_mono> sc = new ScriptC_mono(rs);
46 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs);
50 sp<const Element> failed_e = Element::BOOLEAN(rs);
53 sp<const Type> failed_t = failed_tb.create()
    [all...]
  /frameworks/rs/tests/cppbasic-shared/
compute.cpp 14 sp<RS> rs = new RS();
21 sp<const Element> e = Element::RGBA_8888(rs);
27 sp<const Type> t = tb.create();
31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
34 sp<Allocation> ain = Allocation::createTyped(rs, t);
35 sp<Allocation> aout = Allocation::createTyped(rs, t);
38 sp<ScriptC_mono> sc = new ScriptC_mono(rs);
46 sp<const Sampler> samp = Sampler::CLAMP_NEAREST(rs);
50 sp<const Element> failed_e = Element::BOOLEAN(rs);
53 sp<const Type> failed_t = failed_tb.create()
    [all...]
  /packages/apps/Nfc/nci/jni/
PeerToPeer.h 410 android::sp<P2pServer> mServers [sMax];
411 android::sp<P2pClient> mClients [sMax];
445 android::sp<P2pServer> findServerLocked (tNFA_HANDLE nfaP2pServerHandle);
458 android::sp<P2pServer> findServerLocked (tJNI_HANDLE jniHandle);
471 android::sp<P2pServer> findServerLocked (const char *serviceName);
525 android::sp<P2pClient> findClient (tNFA_HANDLE nfaConnHandle);
538 android::sp<P2pClient> findClient (tJNI_HANDLE jniHandle);
551 android::sp<P2pClient> findClientCon (tNFA_HANDLE nfaConnHandle);
564 android::sp<NfaConn> findConnection (tNFA_HANDLE nfaConnHandle);
577 android::sp<NfaConn> findConnection (tJNI_HANDLE jniHandle)
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 100 void printMenu(sp<CameraContext> currentCamera);
120 const sp<IMemory>& dataPtr,
125 const sp<IMemory>& dataPtr);
128 const sp<IMemory>& dataPtr);
137 status_t saveFile(const sp<IMemory>& mem, String8 path);
139 SkBitmap *decodeJPEG(const sp<IMemory>& mem);
142 void previewCallback(const sp<IMemory>& mem);
171 sp<Camera> mCamera;
172 sp<SurfaceComposerClient> mClient;
173 sp<SurfaceControl> mSurfaceControl
    [all...]

Completed in 922 milliseconds

<<11121314151617181920>>