Searched refs:dev (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.cpp26 sp<CameraDevice> dev = getDeviceSp(); local
27 if (dev != nullptr && !dev->isClosed()) {
28 dev->lockDeviceForSessionOps();
31 dev->notifySessionEndOfLifeLocked(this);
33 dev->unlockDevice();
51 sp<CameraDevice> dev = getDeviceSp(); local
52 if (dev != nullptr) {
53 dev->lockDeviceForSessionOps();
59 if (!mIsClosed && dev !
76 sp<CameraDevice> dev = getDeviceSp(); local
94 sp<CameraDevice> dev = getDeviceSp(); local
115 sp<CameraDevice> dev = getDeviceSp(); local
136 sp<CameraDevice> dev = getDeviceSp(); local
154 sp<CameraDevice> dev = getDeviceSp(); local
[all...]
H A DACameraDevice.cpp66 mCbLooper->setName("C2N-dev-looper");
786 ACameraDevice* dev; local
787 found = msg->findPointer(kDeviceKey, (void**) &dev);
788 if (!found || dev == nullptr) {
801 (*onDisconnected)(context, dev);
806 ACameraDevice* dev; local
807 found = msg->findPointer(kDeviceKey, (void**) &dev);
808 if (!found || dev == nullptr) {
827 (*onError)(context, dev, errorCode);
1136 sp<CameraDevice> dev local
1198 sp<CameraDevice> dev = mDevice.promote(); local
1240 sp<CameraDevice> dev = mDevice.promote(); local
1280 sp<CameraDevice> dev = mDevice.promote(); local
1353 sp<CameraDevice> dev = mDevice.promote(); local
[all...]
/frameworks/rs/
H A DrsApiDevice.cpp32 extern "C" void rsDeviceDestroy(RsDevice dev) { argument
39 extern "C" void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) { argument
40 Device * d = static_cast<Device *>(dev);
H A DrsApiContext.cpp29 //ALOGV("rsContextCreate dev=%p", vdev);
30 Device * dev = static_cast<Device *>(vdev); local
31 Context *rsc = Context::createContext(dev, nullptr, ct, flags);
49 //ALOGV("rsContextCreateGL dev=%p", vdev);
50 Device * dev = static_cast<Device *>(vdev); local
51 Context *rsc = Context::createContext(dev, &sc);
H A Drs.h40 RsContext rsContextCreateGL(RsDevice dev, uint32_t version, uint32_t sdkVersion,
55 void rsDeviceDestroy(RsDevice dev);
56 void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value);
57 RsContext rsContextCreate(RsDevice dev, uint32_t version, uint32_t sdkVersion,
/frameworks/base/services/core/jni/
H A Dcom_android_server_ConsumerIrService.cpp34 consumerir_device_t *dev; local
44 (hw_device_t **) &dev);
50 return reinterpret_cast<jlong>(dev);
57 consumerir_device_t *dev = reinterpret_cast<consumerir_device_t*>(halObject); local
64 ret = dev->transmit(dev, carrierFrequency, cPattern.get(), patternLength);
71 consumerir_device_t *dev = reinterpret_cast<consumerir_device_t*>(halObject); local
75 len = dev->get_num_carrier_freqs(dev);
81 len = dev
[all...]
/frameworks/base/tests/backup/
H A Dbackup_stress_test.sh48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr
51 printf "Iteration %d:\tPASS; remaining: %d\n" $i $(($iterations - $i - 1)) > /dev/stderr
59 echo "DONE: $iterations iterations with $failures failures." > /dev/stderr
/frameworks/webview/chromium/tools/
H A Dwebview_command_line21 adb shell "cat $CMD_LINE_FILE 2>/dev/null" | cut -d" " -f "2-"
25 adb shell rm $CMD_LINE_FILE >/dev/null
/frameworks/base/native/
H A Dcopy-to-ndk.sh26 if diff $src $dst >/dev/null; then
27 echo "$i: has not changed from $j" >/dev/null
31 echo "$i: has changed from $j" >/dev/null
42 if diff $SRC_LIB_ANDROID $DST_LIB_ANDROID >/dev/null; then
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceResponse.java180 public void setSrcDevice(WifiP2pDevice dev) { argument
181 if (dev == null) return;
182 this.mDevice = dev;
204 WifiP2pDevice dev = new WifiP2pDevice();
206 dev.deviceAddress = srcAddr;
236 transId, dev, null));
250 transId, dev, data);
253 transId, dev, data);
255 resp = new WifiP2pServiceResponse(type, status, transId, dev, data);
368 WifiP2pDevice dev
[all...]
H A DWifiP2pDnsSdServiceResponse.java148 * @param dev source device.
153 int tranId, WifiP2pDevice dev, byte[] data) {
155 status, tranId, dev, data);
290 * @param dev source device.
296 int transId, WifiP2pDevice dev, byte[] data) {
299 transId, dev, null);
303 transId, dev, data);
152 WifiP2pDnsSdServiceResponse(int status, int tranId, WifiP2pDevice dev, byte[] data) argument
295 newInstance(int status, int transId, WifiP2pDevice dev, byte[] data) argument
/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.cpp340 bool InitDriverTable(VkDevice dev, argument
343 auto& data = GetData(dev);
347 INIT_PROC(dev, GetDeviceProcAddr);
348 INIT_PROC(dev, DestroyDevice);
349 INIT_PROC(dev, GetDeviceQueue);
350 INIT_PROC(dev, CreateImage);
351 INIT_PROC(dev, DestroyImage);
352 INIT_PROC(dev, AllocateCommandBuffers);
353 INIT_PROC_EXT(ANDROID_native_buffer, dev, GetSwapchainGrallocUsageANDROID);
354 INIT_PROC_EXT(ANDROID_native_buffer, dev, AcquireImageANDROI
[all...]
H A Dapi.h46 inline DeviceData& GetData(VkDevice dev) { argument
47 return driver::GetData(dev).opaque_api_data;
H A Dapi_gen.cpp145 VkDevice dev,
148 auto& data = GetData(dev);
152 INIT_PROC(dev, GetDeviceProcAddr);
153 INIT_PROC(dev, DestroyDevice);
154 INIT_PROC(dev, GetDeviceQueue);
155 INIT_PROC(dev, QueueSubmit);
156 INIT_PROC(dev, QueueWaitIdle);
157 INIT_PROC(dev, DeviceWaitIdle);
158 INIT_PROC(dev, AllocateMemory);
159 INIT_PROC(dev, FreeMemor
144 InitDispatchTable( VkDevice dev, PFN_vkGetDeviceProcAddr get_proc, const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/frameworks/data-binding/compiler/
H A Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/frameworks/data-binding/developmentPlugins/
H A Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/frameworks/data-binding/extensions/
H A Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/frameworks/data-binding/
H A Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/frameworks/opt/setupwizard/tools/gradle/
H A Dgradlew57 if expr "$link" : '/.*' > /dev/null; then
91 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
124 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
179 (cd "$HOME/.android/cache" && rm -f api-versions*) 2> /dev/null

Completed in 1543 milliseconds

123