Searched defs:outIndex (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h84 u32 outIndex; member in struct:__anon599
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1151 int outIndex; local
1152 sp<BasicClient> client = findClientUnsafe(remoteBinder, outIndex);
1156 LOG1("removeClient: clear camera %d", outIndex);
1163 mClient[outIndex].clear();
1211 const wp<IBinder>& cameraClient, int& outIndex) {
1232 outIndex = i;
1237 outIndex = -1;
1260 int outIndex; local
1261 client = findClientUnsafe(cameraClient, outIndex);
1210 findClientUnsafe( const wp<IBinder>& cameraClient, int& outIndex) argument
/frameworks/base/libs/hwui/
H A DSpotShadow.cpp201 int outIndex = total - 1; local
203 retPoly[outIndex] = lUpper[i];
204 outIndex--;
208 retPoly[outIndex] = lLower[i];
209 outIndex--;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp5694 uint32_t outIndex = outIdToIndex[id]; local
5698 PointerProperties& curOutProperties = outProperties[outIndex];
5699 PointerCoords& curOutCoords = outCoords[outIndex];

Completed in 133 milliseconds