Searched refs:Release (Results 1 - 17 of 17) sorted by relevance

/hardware/ti/omap4-aah/libtiutils/
H A DSemaphore.h39 //Release semaphore
40 status_t Release();
H A DSemaphore.cpp48 Release();
59 status_t Semaphore::Release() function in class:Ti::Utils::Semaphore
98 ret = Release();
/hardware/ti/omap4xxx/libtiutils/
H A DSemaphore.h36 //Release semaphore
37 status_t Release();
H A DSemaphore.cpp47 Release();
58 status_t Semaphore::Release() function in class:android::Semaphore
97 ret = Release();
/hardware/intel/common/libmix/mix_audio/
H A Dmixaudio.spec10 Release: 1
/hardware/intel/common/libmix/mix_common/
H A Dmixcommon.spec4 Release: 1
/hardware/intel/common/libmix/mix_vbp/
H A Dmixvbp.spec10 Release: 1
/hardware/intel/img/psb_video/
H A Dpsb-video.spec13 Release: 1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh167 for cfg in Debug Release; do
352 for config in Debug Release; do
373 for config in Release Debug; do
413 if [ "$config" = "Release" ]; then
436 for config in Debug Release; do
454 for config in Debug Release; do
H A Dgen_msvs_proj.sh151 for cfg in Debug Release; do
168 for cfg in Debug Release; do
456 Name="Release|$plat" \
/hardware/intel/bootstub/
H A Dbootstub.spec4 Release: 1%{?dist}
/hardware/intel/common/libmix/mix_video/
H A Dmixvideo.spec10 Release: 1
/hardware/intel/common/libva/
H A Dlibva.spec6 Release: 0.0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dexamples.mk270 VS_PLATFORMS = $(foreach d,$(wildcard */Release/$(CODEC_LIB).lib),$(word 1,$(subst /, ,$(d))))
271 INSTALL_MAPS += $(foreach p,$(VS_PLATFORMS),bin/$(p)/% $(p)/Release/%)
H A Dlibs.mk150 VS_PLATFORMS = $(foreach d,$(wildcard */Release/$(CODEC_LIB).lib),$(word 1,$(subst /, ,$(d))))
160 INSTALL_MAPS += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/% $(p)/Release/%)
457 LIBVPX_TEST_BINS := $(addprefix $(TGT_OS:win64=x64)/Release/,$(notdir $(LIBVPX_TEST_BINS)))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4388 TestEventListener* Release(TestEventListener* listener);
4428 TestEventListener* TestEventRepeater::Release(TestEventListener *listener) { function in class:testing::internal::TestEventRepeater
5054 // with Release transfers its ownership to the user.
5062 TestEventListener* TestEventListeners::Release(TestEventListener* listener) { function in class:testing::TestEventListeners
5067 return repeater_->Release(listener);
5083 delete Release(default_result_printer_);
5099 delete Release(default_xml_generator_);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18458 TestEventListener* Release(TestEventListener* listener);
18463 // with Release transfers its ownership to the caller and makes this
18473 // removing this object from the listener list with Release transfers its

Completed in 624 milliseconds